all repos — openbox @ b27d9d21a3ada323acaa714d4055137d162aad76

openbox fork - make it a bit more like ryudo

left and right edges resized in the wrong direction
Mikael Magnusson mikachu@comhem.se
commit

b27d9d21a3ada323acaa714d4055137d162aad76

parent

ed1dcb6b48012ca5c4a1358915e309ec05f9afe3

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

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

@@ -324,7 +324,7 @@ <mousebind button="Left" action="Click">

<action name="Raise"/> </mousebind> <mousebind button="Left" action="Drag"> - <action name="Resize"><edge>top</edge></action> + <action name="Resize"><edge>left</edge></action> </mousebind> </context>

@@ -336,7 +336,7 @@ <mousebind button="Left" action="Click">

<action name="Raise"/> </mousebind> <mousebind button="Left" action="Drag"> - <action name="Resize"><edge>top</edge></action> + <action name="Resize"><edge>right</edge></action> </mousebind> </context>