all repos — openbox @ 2c263fc8236afdd4dcf0a89d4defb1736cc3700b

openbox fork - make it a bit more like ryudo

load the plugins in the rc3 for the menus
Dana Jansens danakj@orodu.net
commit

2c263fc8236afdd4dcf0a89d4defb1736cc3700b

parent

c34915ae8d49f61426912ef332e8097be516bdd3

2 files changed, 18 insertions(+), 11 deletions(-)

jump to
M data/menudata/menu

@@ -27,14 +27,9 @@ <action name="execute"><execute>strange-quark</execute></action>

</item> </menu> -<menu id="client-menu" plugin="client_menu" /> -<menu id="client-list-menu" plugin="client_list_menu" /> - <menu id="root-menu" label="Openbox 3"> <menu id="apps-menu" /> <menu id="games-menu" /> - <separator /> - <menu id="client-menu" plugin="client_menu" /> <separator /> <menu id="client-list-menu" plugin="client_list_menu" /> <separator />
M data/rc3data/rc3

@@ -132,7 +132,9 @@ <mousebind button="A-Middle" action="click">

<action name="lower"/> </mousebind> <mousebind button="A-Right" action="press"> - <action name="showmenu"><menu>client-menu</menu></action> + <action name="showmenu"> + <menu plugin="client_menu">client-menu</menu> + </action> </mousebind> <mousebind button="A-Up" action="click"> <action name="desktopright"/>

@@ -170,7 +172,9 @@ <mousebind button="Down" action="click">

<action name="unshade"/> </mousebind> <mousebind button="Right" action="press"> - <action name="showmenu"><menu>client-menu</menu></action> + <action name="showmenu"> + <menu plugin="client_menu">client-menu</menu> + </action> </mousebind> </context> <context name="handle">

@@ -236,10 +240,14 @@ <mousebind button="Left" action="press">

<action name="focus"/> </mousebind> <mousebind button="Right" action="press"> - <action name="showmenu"><menu>client-menu</menu></action> + <action name="showmenu"> + <menu plugin="client_menu">client-menu</menu> + </action> </mousebind> <mousebind button="Left" action="click"> - <action name="showmenu"><menu>client-menu</menu></action> + <action name="showmenu"> + <menu plugin="client_menu">client-menu</menu> + </action> </mousebind> <mousebind button="Left" action="doubleclick"> <action name="close"/>

@@ -305,10 +313,14 @@ <mousebind button="A-Down" action="click">

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