Openbox: further synchronization against i3

This affects:

- Launcher (W-D instead of W-Space)
- Toggling to Desktop (W-Space instead of W-D)
- Reconfiguring (W-S-C, new)
- Exiting (W-S-E, new)
- Calling a xterm (W-Return, new)
This commit is contained in:
Tobias Schmidl 2019-07-25 17:28:01 +02:00 committed by Tobias Schmidl
parent 238e5ff8c4
commit b4ed9ec88d

View file

@ -272,7 +272,7 @@
<to>5</to> <to>5</to>
</action> </action>
</keybind> </keybind>
<keybind key="W-d"> <keybind key="W-space">
<action name="ToggleShowDesktop"/> <action name="ToggleShowDesktop"/>
</keybind> </keybind>
<!-- Keybindings for windows --> <!-- Keybindings for windows -->
@ -374,16 +374,29 @@
<command>scrot</command> <command>scrot</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-space"> <keybind key="W-d">
<action name="Execute"> <action name="Execute">
<command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command> <command>dmenu_run -fn 'Hack-9' -sb '#586e75' -sf '#eee8d5' -nb '#eee8d5' -nf '#586e75'</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-S-c">
<action name="Reconfigure">
</action>
</keybind>
<keybind key="W-S-e">
<action name="Exit">
</action>
</keybind>
<keybind key="W-l"> <keybind key="W-l">
<action name="Execute"> <action name="Execute">
<command>slock</command> <command>slock</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-Return">
<action name="Execute">
<command>x-terminal-emulator</command>
</action>
</keybind>
</keyboard> </keyboard>
<mouse> <mouse>
<dragThreshold>1</dragThreshold> <dragThreshold>1</dragThreshold>
@ -775,7 +788,7 @@
# order that they appear in this list # order that they appear in this list
# each rule element can be left out or set to 'default' to specify to not # each rule element can be left out or set to 'default' to specify to not
# change that attribute of the window # change that attribute of the window
<decor>yes</decor> <decor>yes</decor>