diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:01:03 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:01:03 -0500 |
| commit | 1cb287e130ee662002baeec809c42498da38b878 (patch) | |
| tree | 3985aacefbae82329158edbfffb5fd76c411b9dc | |
| parent | fb1d6d9e468f66c047c80b8f4bd66a9f270c624a (diff) | |
focus the desktop window when you right click it, same as you focus other windows
| -rw-r--r-- | data/rc.xml | 4 | ||||
| -rw-r--r-- | doc/rc-mouse-focus.xml | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml index 3859f537..e3a59eb2 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -569,6 +569,10 @@ <action name="Focus"/> <action name="Raise"/> </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> </context> <context name="Root"> diff --git a/doc/rc-mouse-focus.xml b/doc/rc-mouse-focus.xml index a8a888be..0e71c03c 100644 --- a/doc/rc-mouse-focus.xml +++ b/doc/rc-mouse-focus.xml @@ -516,6 +516,9 @@ <mousebind button="Left" action="Press"> <action name="Focus"/> </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + </mousebind> </context> <context name="Root"> |
