diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-21 13:40:01 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-21 13:40:22 -0500 |
| commit | 6976f4198b8a0f9aa8314af6151c9e978449e1a0 (patch) | |
| tree | 05075b661b3c7cbd6fdacfeb35f67610558f33db /data | |
| parent | 54a808fe422266a8a6bd16533986bb6792f84a6d (diff) | |
Show client menu on right click anywhere on a window frame (left and right were excluded)
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 12 |
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"> |
