Update openbox configs

This commit is contained in:
natemaia 2019-01-19 19:52:18 -08:00
parent 84e1360ee3
commit 87effc34ca
2 changed files with 15 additions and 23 deletions

View File

@ -17,4 +17,4 @@ skippy-xd --config ~/.config/skippy-xd/skippy-xd.rc --start-daemon &
al-polybar-session &
# start conky
al-conky-session --autostart &
# al-conky-session --autostart &

View File

@ -19,14 +19,14 @@
</item>
<separator/>
<menu id="screenshot" label="Screenshot">
<item label="Screenshot Now">
<item label="Screenshot">
<action name="Execute">
<command>scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
<command>scrot -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
</action>
</item>
<item label="Screenshot in 5">
<action name="Execute">
<command>scrot -d 5 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
<command>scrot -d 5 -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
</action>
</item>
</menu>
@ -35,17 +35,17 @@
<separator/>
<menu id="preferences" label="Preferences">
<menu id="obConfig" label="Openbox">
<item label="Settings GUI">
<item label="Obconf">
<action name="Execute">
<command>obconf</command>
</action>
</item>
<item label="Menu GUI">
<item label="Kickshaw">
<action name="Execute">
<command>kickshaw</command>
</action>
</item>
<item label="Keybind GUI">
<item label="obkey">
<action name="Execute">
<command>obkey</command>
</action>
@ -76,38 +76,30 @@
</menu>
<menu execute="al-compositor" id="CompositingPipeMenu" label="Compton"/>
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
<menu id="panelConfig" label="Panels">
<item label="Change Panel/Dock">
<action name="Execute">
<command>al-panel-chooser</command>
</action>
</item>
<menu execute="al-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/>
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
</menu>
<menu execute="al-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/>
<separator/>
<item label="Wallpaper/Background">
<item label="Nitrogen">
<action name="Execute">
<command>nitrogen</command>
</action>
</item>
<item label="Appearance Settings">
<item label="Xfce4 appearance settings">
<action name="Execute">
<command>xfce4-appearance-settings</command>
</action>
</item>
<separator/>
<item label="Power Settings">
<item label="Xfce4 power settings">
<action name="Execute">
<command>xfce4-power-manager</command>
</action>
</item>
<item label="Audio Settings">
<item label="Pulse audio volume control">
<action name="Execute">
<command>pavucontrol</command>
</action>
</item>
<item label="Settings Manager">
<item label="Xfce4 settings manager">
<action name="Execute">
<command>xfce4-settings-manager</command>
</action>
@ -116,12 +108,12 @@
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
<separator/>
<item label="Lock Screen">
<item label="Lock screen">
<action name="Execute">
<command>i3lock-fancy -p</command>
</action>
</item>
<item label="Exit Openbox">
<item label="Exit openbox">
<action name="Execute">
<command>rofi_run -l</command>
</action>