all repos — openbox @ ac175e47f92ffdb6809405ec80f6e3576a2f9292

openbox fork - make it a bit more like ryudo

don't lower from press actions, because that can't move focus!
Dana Jansens danakj@orodu.net
commit

ac175e47f92ffdb6809405ec80f6e3576a2f9292

parent

fd2f01bf081983f2e60b4cc3605a26e4b5749a67

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M doc/rc-mouse-focus.xmldoc/rc-mouse-focus.xml

@@ -238,7 +238,7 @@ <mousebind button="A-Right" action="Drag">

<action name="Resize"/> </mousebind> - <mousebind button="A-Middle" action="Press"> + <mousebind button="A-Middle" action="Click"> <action name="Focus"/> <action name="Lower"/> </mousebind>

@@ -279,6 +279,8 @@ </mousebind>

<mousebind button="Middle" action="Press"> <action name="Focus"/> + </mousebind> + <mousebind button="Middle" action="Click"> <action name="Lower"/> </mousebind>

@@ -344,6 +346,8 @@ </mousebind>

<mousebind button="Middle" action="Press"> <action name="Focus"/> + </mousebind> + <mousebind button="Middle" action="Click"> <action name="Lower"/> </mousebind>