dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 911cee6d02e2bef93e6c2bd578b194fa206739d0
parent 3c2fff75fbfc02c03a3a0a2f7685c7936cb46a3d
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Fri, 21 Nov 2014 19:26:27 -0800

OpenBox: Rearrange menu

Diffstat:
config/openbox/menu.xml | 48++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/config/openbox/menu.xml b/config/openbox/menu.xml @@ -164,6 +164,30 @@ </action> </item> </menu> + <menu id="system" label="System"> + <menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/> + <item label="GParted"> + <action name="Execute"> + <command> + gksudo gparted + </command> + </action> + </item> + <item label="Synaptic Package Manager"> + <action name="Execute"> + <command> + gksudo synaptic + </command> + </action> + </item> + <item label="User Login Settings"> + <action name="Execute"> + <command> + gksudo slimconf + </command> + </action> + </item> + </menu> <separator/> <menu id="settings" label="Settings"> <menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/> @@ -392,30 +416,6 @@ </action> </item> </menu> - <menu id="system" label="System"> - <menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/> - <item label="GParted"> - <action name="Execute"> - <command> - gksudo gparted - </command> - </action> - </item> - <item label="Synaptic Package Manager"> - <action name="Execute"> - <command> - gksudo synaptic - </command> - </action> - </item> - <item label="User Login Settings"> - <action name="Execute"> - <command> - gksudo slimconf - </command> - </action> - </item> - </menu> <!--<menu id="help" label="Help" execute="cb-help-pipemenu" />--> <separator/> <item label="Lock Screen">