all repos — openbox @ 7f114f3ab7f08ce6acaf74dd42dc317f00057c6b

openbox fork - make it a bit more like ryudo

add focus the desktop on left click binding
Dana Jansens danakj@orodu.net
commit

7f114f3ab7f08ce6acaf74dd42dc317f00057c6b

parent

39b3cc1d1284d61966525a17cb1dbd89bf9cca06

1 files changed, 3 insertions(+), 0 deletions(-)

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

@@ -304,6 +304,9 @@ </mousebind>

<mousebind button="A-Down" action="click"> <action name="DesktopPrevious"/> </mousebind> + <mousebind button="Left" action="press"> + <action name="focus"/> + </mousebind> <mousebind button="Middle" action="press"> <action name="ShowMenu"><menu>client-list-menu</menu></action> </mousebind>