summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-11 15:01:03 -0500
committerDana Jansens <danakj@orodu.net>2008-01-11 15:01:03 -0500
commit1cb287e130ee662002baeec809c42498da38b878 (patch)
tree3985aacefbae82329158edbfffb5fd76c411b9dc
parentfb1d6d9e468f66c047c80b8f4bd66a9f270c624a (diff)
focus the desktop window when you right click it, same as you focus other windows
-rw-r--r--data/rc.xml4
-rw-r--r--doc/rc-mouse-focus.xml3
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">