all repos — openbox @ 1bb1bb1088a10f070ab1d778edc164641f436e98

openbox fork - make it a bit more like ryudo

focus and raise when you click on the frame itself, i.e. the border to the sides of the client window
Dana Jansens danakj@orodu.net
commit

1bb1bb1088a10f070ab1d778edc164641f436e98

parent

5d54545799b971cd1e3e66eb5b4132dc7fb2f030

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

jump to
M data/rc.xml.indata/rc.xml.in

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

<mousebind button="C-A-Down" action="Click"> <action name="SendToDesktopNext"/> </mousebind> + <mousebind button="Left" action="Click"> + <action name="Raise"/> + </mousebind> + <mousebind button="Left" action="Press"> + <action name="Focus"/> + </mousebind> </context> <context name="Titlebar"> <mousebind button="Left" action="Drag">