all repos — openbox @ ca8924a5a004816cf7db39bcf4851312ef93a2dc

openbox fork - make it a bit more like ryudo

let you unfocus/lower stuff in press actions. it'll be okay
Dana Jansens danakj@orodu.net
commit

ca8924a5a004816cf7db39bcf4851312ef93a2dc

parent

5e9e266722826fbd5907df1bf900864ab23f6539

2 files changed, 4 insertions(+), 8 deletions(-)

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

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

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

@@ -281,7 +281,7 @@ <mousebind button="Left" action="DoubleClick">

<action name="ToggleMaximizeFull"/> </mousebind> - <mousebind button="Middle" action="Click"> + <mousebind button="Middle" action="Press"> <action name="Lower"/> <action name="FocusToBottom"/> <action name="Unfocus"/>

@@ -343,7 +343,7 @@ <mousebind button="Left" action="Drag">

<action name="Resize"><edge>bottom</edge></action> </mousebind> - <mousebind button="Middle" action="Click"> + <mousebind button="Middle" action="Press"> <action name="Lower"/> <action name="FocusToBottom"/> <action name="Unfocus"/>
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="Click"> + <mousebind button="A-Middle" action="Press"> <action name="Focus"/> <action name="Lower"/> </mousebind>

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

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

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

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