all repos — openbox @ fec178a2106fca3f65814eefacf0505431c8389d

openbox fork - make it a bit more like ryudo

add the client-list-menu
Dana Jansens danakj@orodu.net
commit

fec178a2106fca3f65814eefacf0505431c8389d

parent

cbd0e4d308e6761740ca1561108ffe97453a054d

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

jump to
M data/rc3data/rc3

@@ -304,8 +304,11 @@ </mousebind>

<mousebind button="A-Down" action="click"> <action name="desktopleft"/> </mousebind> + <mousebind button="Middle" action="press"> + <action name="showmenu"><menu>client-list-menu</menu></action> + </mousebind> <mousebind button="Right" action="press"> - <action name="showmenu"><menu>root</menu></action> + <action name="showmenu"><menu>root-menu</menu></action> </mousebind> </context> </mouse>