all repos — openbox @ fd2f01bf081983f2e60b4cc3605a26e4b5749a67

openbox fork - make it a bit more like ryudo

add C-A-Up/Down to the mouse focus example, and don't raise on clicks on the client
Dana Jansens danakj@orodu.net
commit

fd2f01bf081983f2e60b4cc3605a26e4b5749a67

parent

5a1fa9210d8d2ba483fe790750af34b0ce511da6

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

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

@@ -249,6 +249,12 @@ </mousebind>

<mousebind button="A-Down" action="Click"> <action name="DesktopNext"/> </mousebind> + <mousebind button="C-A-Up" action="Click"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="C-A-Down" action="Click"> + <action name="DesktopNext"/> + </mousebind> <mousebind button="A-S-Up" action="Click"> <action name="SendToDesktopPrevious"/> </mousebind>

@@ -398,15 +404,12 @@

<context name="Client"> <mousebind button="Left" action="Press"> <action name="Focus"/> - <action name="Raise"/> </mousebind> <mousebind button="Middle" action="Press"> <action name="Focus"/> - <action name="Raise"/> </mousebind> <mousebind button="Right" action="Press"> <action name="Focus"/> - <action name="Raise"/> </mousebind> </context>

@@ -490,6 +493,12 @@ <mousebind button="A-Up" action="Press">

<action name="DesktopPrevious"/> </mousebind> <mousebind button="A-Down" action="Press"> + <action name="DesktopNext"/> + </mousebind> + <mousebind button="C-A-Up" action="Press"> + <action name="DesktopPrevious"/> + </mousebind> + <mousebind button="C-A-Down" action="Press"> <action name="DesktopNext"/> </mousebind>