summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/openbox/rc.xml16
1 files changed, 11 insertions, 5 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml
index b63daa4..43b6471 100644
--- a/.config/openbox/rc.xml
+++ b/.config/openbox/rc.xml
@@ -193,6 +193,15 @@
</startupnotify>
<command>brightnessctl set 5%-</command>
</action>
+ </keybind>
+ <keybind key="W-d">
+ <action name="Execute">
+ <startupnotify>
+ <enabled>false</enabled>
+ <name>Toggle desktop</name>
+ </startupnotify>
+ <command>~/toggle-desktop.sh</command>
+ </action>
</keybind>
<keybind key="W-L">
<action name="Execute">
@@ -317,9 +326,6 @@
<to>4</to>
</action>
</keybind>
- <keybind key="W-d">
- <action name="ToggleShowDesktop"/>
- </keybind>
<!-- Keybindings for windows -->
<keybind key="A-F4">
<action name="Close"/>
@@ -686,11 +692,11 @@
</context>
<context name="Root">
<!-- Menus -->
- <mousebind button="Middle" action="Press">
+ <!--<mousebind button="Middle" action="Press">
<action name="ShowMenu">
<menu>client-list-combined-menu</menu>
</action>
- </mousebind>
+ </mousebind> -->
<mousebind button="Right" action="Press">
<action name="Execute">
<command>jgmenu_run</command>