2018-12-14 17:25:53 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
|
|
|
<menu id="root-menu" label="Openbox 3">
|
|
|
|
<separator label="ArchLabs"/>
|
|
|
|
<item label="Terminal">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open --launch TerminalEmulator</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Web Browser">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open --launch WebBrowser</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="File Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open --launch FileManager</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<menu id="screenshot" label="Screenshot">
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Screenshot">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
2019-01-19 21:52:18 -06:00
|
|
|
<command>scrot -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
|
2018-12-14 17:25:53 -06:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Screenshot in 5">
|
|
|
|
<action name="Execute">
|
2019-01-19 21:52:18 -06:00
|
|
|
<command>scrot -d 5 -e 'mv $f $$(xdg-user-dir PICTURES) ; feh $$(xdg-user-dir PICTURES)/$f'</command>
|
2018-12-14 17:25:53 -06:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<separator/>
|
|
|
|
<menu execute="al-places-pipemenu --recent ~/" id="pipe-placesmenu" label="Places"/>
|
|
|
|
<separator/>
|
|
|
|
<menu id="preferences" label="Preferences">
|
|
|
|
<menu id="obConfig" label="Openbox">
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Obconf">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>obconf</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Kickshaw">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>kickshaw</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="obkey">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>obkey</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<item label="Edit menu.xml">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open ~/.config/openbox/menu.xml</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Edit rc.xml">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open ~/.config/openbox/rc.xml</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Edit autostart">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open ~/.config/openbox/autostart</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<item label="Openbox Reconfigure">
|
|
|
|
<action name="Reconfigure"/>
|
|
|
|
</item>
|
|
|
|
<item label="Openbox Restart">
|
|
|
|
<action name="Restart"/>
|
|
|
|
</item>
|
|
|
|
</menu>
|
2019-10-03 02:59:49 -05:00
|
|
|
<menu execute="al-compton-pipemenu" id="ComptonPipeMenu" label="Compton"/>
|
2018-12-14 17:25:53 -06:00
|
|
|
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
2019-09-15 01:20:26 -05:00
|
|
|
<menu execute="al-tint2-pipemenu" id="Tint2PipeMenu" label="Tint2"/>
|
2018-12-14 17:25:53 -06:00
|
|
|
<separator/>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Nitrogen">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>nitrogen</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Xfce4 appearance settings">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>xfce4-appearance-settings</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Xfce4 power settings">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>xfce4-power-manager</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Pulse audio volume control">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>pavucontrol</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Xfce4 settings manager">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>xfce4-settings-manager</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<menu execute="al-help-pipemenu" id="help" label="Help and Info"/>
|
|
|
|
<menu execute="al-kb-pipemenu" id="keybinds" label="Keybinds"/>
|
|
|
|
<separator/>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Lock screen">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>i3lock-fancy -p</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2019-01-19 21:52:18 -06:00
|
|
|
<item label="Exit openbox">
|
2018-12-14 17:25:53 -06:00
|
|
|
<action name="Execute">
|
|
|
|
<command>rofi_run -l</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</openbox_menu>
|
|
|
|
<!-- vim:sw=2
|
|
|
|
-->
|