all repos — openbox @ 1cb287e130ee662002baeec809c42498da38b878

openbox fork - make it a bit more like ryudo

focus the desktop window when you right click it, same as you focus other windows
Dana Jansens danakj@orodu.net
commit

1cb287e130ee662002baeec809c42498da38b878

parent

fb1d6d9e468f66c047c80b8f4bd66a9f270c624a

2 files changed, 7 insertions(+), 0 deletions(-)

jump to
M data/rc.xmldata/rc.xml

@@ -569,6 +569,10 @@ <mousebind button="Left" action="Press">

<action name="Focus"/> <action name="Raise"/> </mousebind> + <mousebind button="Right" action="Press"> + <action name="Focus"/> + <action name="Raise"/> + </mousebind> </context> <context name="Root">
M doc/rc-mouse-focus.xmldoc/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">