summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/rc.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml
index cacd73dd..d1b387a1 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -431,6 +431,12 @@
<mousebind button="Left" action="Drag">
<action name="Resize"><edge>left</edge></action>
</mousebind>
+
+ <mousebind button="Right" action="Press">
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="ShowMenu"><menu>client-menu</menu></action>
+ </mousebind>
</context>
<context name="Right">
@@ -441,6 +447,12 @@
<mousebind button="Left" action="Drag">
<action name="Resize"><edge>right</edge></action>
</mousebind>
+
+ <mousebind button="Right" action="Press">
+ <action name="Focus"/>
+ <action name="Raise"/>
+ <action name="ShowMenu"><menu>client-menu</menu></action>
+ </mousebind>
</context>
<context name="Bottom">