diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:56:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:56:49 +0000 |
| commit | a9567a816385f8f66ed0f827bb4af78cdb10cd6d (patch) | |
| tree | da1f3f1b49fdaff1cbf3f767aa644476a6dde9af /data | |
| parent | f85fea3b2d2e1b8498fcfa74dcdde45189fd3eb2 (diff) | |
move the client and client-list menus into the 'kernel'
Diffstat (limited to 'data')
| -rw-r--r-- | data/menu | 2 | ||||
| -rw-r--r-- | data/rc3 | 20 |
2 files changed, 6 insertions, 16 deletions
@@ -31,7 +31,7 @@ <menu id="apps-menu" /> <menu id="games-menu" /> <separator /> - <menu id="client-list-menu" plugin="client_list_menu" /> + <menu id="client-list-menu" /> <separator /> <item label="Restart"> <action name="restart" /> @@ -132,9 +132,7 @@ <action name="lower"/> </mousebind> <mousebind button="A-Right" action="press"> - <action name="showmenu"> - <menu plugin="client_menu">client-menu</menu> - </action> + <action name="showmenu"><menu>client-menu</menu></action> </mousebind> <mousebind button="A-Up" action="click"> <action name="desktopright"/> @@ -172,9 +170,7 @@ <action name="unshade"/> </mousebind> <mousebind button="Right" action="press"> - <action name="showmenu"> - <menu plugin="client_menu">client-menu</menu> - </action> + <action name="showmenu"><menu>client-menu</menu></action> </mousebind> </context> <context name="handle"> @@ -240,14 +236,10 @@ <action name="focus"/> </mousebind> <mousebind button="Right" action="press"> - <action name="showmenu"> - <menu plugin="client_menu">client-menu</menu> - </action> + <action name="showmenu"><menu>client-menu</menu></action> </mousebind> <mousebind button="Left" action="click"> - <action name="showmenu"> - <menu plugin="client_menu">client-menu</menu> - </action> + <action name="showmenu"><menu>client-menu</menu></action> </mousebind> <mousebind button="Left" action="doubleclick"> <action name="close"/> @@ -313,9 +305,7 @@ <action name="desktopleft"/> </mousebind> <mousebind button="Middle" action="press"> - <action name="showmenu"> - <menu plugin="client_list_menu">client-list-menu</menu> - </action> + <action name="showmenu"><menu>client-list-menu</menu></action> </mousebind> <mousebind button="Right" action="press"> <action name="showmenu"> |
