2017-10-16 14:38:02 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-12-01 00:21:33 -06:00
|
|
|
<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">
|
2017-10-16 14:38:02 -05:00
|
|
|
<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">
|
2017-12-02 21:56:08 -06:00
|
|
|
<command>exo-open --launch WebBrowser</command>
|
2017-10-16 14:38:02 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="File Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exo-open --launch FileManager</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Text Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>al-open -edit</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<menu id="accessories" label="Accessories">
|
2017-12-01 00:21:33 -06:00
|
|
|
<item label="Calculator">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>galculator</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2017-10-16 14:38:02 -05:00
|
|
|
<item label="Archive Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>file-roller</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Picture Viewer">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>gpicview</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<menu id="screenshot" label="Screenshot">
|
|
|
|
<item label="Screenshot Now">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>scrot 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(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) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Screenshot in 10">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>scrot -d 10 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Screenshot With Selection">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>scrot -s 'ArchLabs_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; gpicview $$(xdg-user-dir PICTURES)/$f'</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<menu id="multimedia" label="Multimedia">
|
|
|
|
<item label="Music Player">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>audacious</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Video Player">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>mpv --player-operation-mode=pseudo-gui</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<separator/>
|
2017-12-07 22:20:42 -06:00
|
|
|
<menu execute="al-places-pipemenu --recent ~/" id="pipe-placesmenu" label="Places"/>
|
2017-10-16 14:38:02 -05:00
|
|
|
<separator/>
|
|
|
|
<menu id="preferences" label="Preferences">
|
|
|
|
<menu id="obConfig" label="Openbox">
|
|
|
|
<item label="Settings Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>obconf</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Menu Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>kickshaw</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Keybind Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>obkey</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Autostart Editor">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>ob-autostart</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>
|
|
|
|
<menu execute="al-compositor" id="CompositingPipeMenu" label="Compositor"/>
|
|
|
|
<menu execute="al-polybar-pipemenu" id="PolybarPipeMenu" label="Polybar"/>
|
|
|
|
<menu execute="al-conky-pipemenu" id="ConkyPipeMenu" label="Conky"/>
|
|
|
|
<menu execute="al-tint2-pipemenu" id="TintPipeMenu" label="Tint2"/>
|
2017-10-23 18:35:35 -05:00
|
|
|
<item label="Panel Chooser">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>al-panel-chooser</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
2017-10-16 14:38:02 -05:00
|
|
|
<separator/>
|
|
|
|
<item label="Appearance">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>xfce4-appearance-settings</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Wallpaper">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>nitrogen</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Rofi Theme">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>rofi-theme-selector</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<item label="Settings Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>xfce4-settings-manager</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Audio Settings">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>pavucontrol</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Screen Layout">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>arandr</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
<menu id="system-settings" label="System Settings">
|
|
|
|
<item label="Package Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>termite --exec=pacli</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Root File Manager">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>gksudo thunar</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="GParted">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>gksudo gparted</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/>
|
|
|
|
<item label="Install Archlabs">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>install-al</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
|
|
|
<item label="Lock Screen">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>i3lock-fancy -p</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Exit Openbox">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>exit-openbox</command>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</openbox_menu>
|