dotfiles

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

commit 7d2cfa63643994cb78598dccc5f1bf1e839824d2
parent 741c2ca5870adf6e7f74e39aad3e5570e0ba16f7
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Sat, 27 Dec 2014 18:27:44 -0800

OpenBox: Update menu to remove unnecessary folder for display settings

- Also change where nitrogen looks for wallpapers

Diffstat:
config/openbox/menu.xml | 38+++++++++++++-------------------------
1 file changed, 13 insertions(+), 25 deletions(-)

diff --git a/config/openbox/menu.xml b/config/openbox/menu.xml @@ -356,30 +356,18 @@ </action> </item> </menu> - <menu id="DisplaySettings" label="Display Settings"> - <item label="ARandR Screen Layout Editor"> - <action name="Execute"> - <command> - arandr - </command> - </action> - </item> - <separator label="Help?"/> - <item label="man xrandr"> - <action name="Execute"> - <command> - terminator --command="man xrandr" - </command> - </action> - </item> - </menu> - <menu id="Notifications" label="Notifications"> - <item label="settings"> - <action name="Execute"> - <command>xfce4-notifyd-config</command> - </action> - </item> - </menu> + <item label="Display Settings"> + <action name="Execute"> + <command> + arandr + </command> + </action> + </item> + <item label="Notifications Settings"> + <action name="Execute"> + <command>xfce4-notifyd-config</command> + </action> + </item> <item label="Edit Default Applications"> <action name="Execute"> <command> @@ -411,7 +399,7 @@ <item label="Choose Wallpaper"> <action name="Execute"> <command> - nitrogen ~/images/wallpapers/ + nitrogen </command> </action> </item>