diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-28 07:55:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-28 07:55:01 +0000 |
| commit | 2c263fc8236afdd4dcf0a89d4defb1736cc3700b (patch) | |
| tree | 367acdc940bf050fe9600665a84adc80d047f0b4 /data/rc3 | |
| parent | c34915ae8d49f61426912ef332e8097be516bdd3 (diff) | |
load the plugins in the rc3 for the menus
Diffstat (limited to 'data/rc3')
| -rw-r--r-- | data/rc3 | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -132,7 +132,9 @@ <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 @@ <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 @@ <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 @@ <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> |
