diff options
| -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"> |
