Instantly share code, notes, and snippets.
Created
February 2, 2017 21:19
-
Star
(0)
0
You must be signed in to star a gist -
Fork
(0)
0
You must be signed in to fork a gist
-
Save Dobbie03/607ee3251479c8086783261e84fc9f45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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="exit-menu" label="Exit"> | |
<item label="Log out"> | |
<action name="Execute"> | |
<command> | |
al-exit --logout | |
</command> | |
</action> | |
</item> | |
<item label="Suspend"> | |
<action name="Execute"> | |
<command> | |
al-exit --suspend | |
</command> | |
</action> | |
</item> | |
<item label="Reboot"> | |
<action name="Execute"> | |
<command> | |
al-exit --reboot | |
</command> | |
</action> | |
</item> | |
<item label="Power off"> | |
<action name="Execute"> | |
<command> | |
al-exit --poweroff | |
</command> | |
</action> | |
</item> | |
</menu> | |
<menu id="root-menu" label="Openbox 3"> | |
<item label="Run Program"> | |
<action name="Execute"> | |
<command> | |
gmrun | |
</command> | |
</action> | |
</item> | |
<separator/> | |
<item label="Terminal"> | |
<action name="Execute"> | |
<command> | |
termite | |
</command> | |
</action> | |
</item> | |
<item label="Web Browser"> | |
<action name="Execute"> | |
<command> | |
chromium | |
</command> | |
</action> | |
</item> | |
<item label="File Manager"> | |
<action name="Execute"> | |
<command> | |
thunar | |
</command> | |
</action> | |
</item> | |
<item label="Text Editor"> | |
<action name="Execute"> | |
<command> | |
geany | |
</command> | |
</action> | |
</item> | |
<item label="Media Player"> | |
<action name="Execute"> | |
<command> | |
vlc | |
</command> | |
</action> | |
</item> | |
<separator/> | |
<menu id="accessories" label="Accessories"> | |
<item label="Catfish File Search"> | |
<action name="Execute"> | |
<command> | |
catfish | |
</command> | |
</action> | |
</item> | |
<item label="Archive Manager"> | |
<action name="Execute"> | |
<command> | |
file-roller | |
</command> | |
</action> | |
</item> | |
<item label="Task Manager (htop)"> | |
<action name="Execute"> | |
<command>urxvt -T 'htop task manager' -e htop</command> | |
</action> | |
</item> | |
<item label="BLOB Themes Manager"> | |
<action name="Execute"> | |
<command> | |
al-obthemes | |
</command> | |
</action> | |
</item> | |
</menu> | |
<menu execute="/usr/bin/al-graphics-pipemenu" id="al-graphics-pipemenu" label="Graphics"/> | |
<menu execute="/usr/bin/al-multimedia-pipemenu" id="al-multimedia-pipemenu" label="Multimedia"/> | |
<menu id="network" label="Network"> | |
<menu execute="/usr/bin/al-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/> | |
<item label="Filezilla FTP Client"> | |
<action name="Execute"> | |
<command> | |
filezilla | |
</command> | |
</action> | |
</item> | |
<item label="Transmission BitTorrent Client"> | |
<action name="Execute"> | |
<command> | |
transmission-gtk | |
</command> | |
</action> | |
</item> | |
<item label="HexChat IRC Client"> | |
<action name="Execute"> | |
<command> | |
hexchat | |
</command> | |
</action> | |
</item> | |
<item label="Remote Filesystems"> | |
<action name="Execute"> | |
<command> | |
gigolo | |
</command> | |
</action> | |
</item> | |
<menu execute="/usr/bin/al-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/> | |
<menu execute="/usr/bin/al-sshconfig-pipemenu" id="sshconfig" label="SSH"/> | |
<separator label="Services"/> | |
<menu execute="python /usr/bin/al-dropbox-pipemenu" id="dropbox" label="Dropbox"/> | |
</menu> | |
<menu id="office" label="Office"> | |
<menu execute="al-libreoffice-pipemenu" id="libreoffice" label="LibreOffice"/> | |
<item label="Google Docs"> | |
<action name="Execute"> | |
<command> | |
x-www-browser https://drive.google.com/ | |
</command> | |
</action> | |
</item> | |
<item label="Gnumeric Spreadsheet"> | |
<action name="Execute"> | |
<command> | |
gnumeric | |
</command> | |
</action> | |
</item> | |
<item label="Calculator"> | |
<action name="Execute"> | |
<command> | |
galculator | |
</command> | |
</action> | |
</item> | |
<item label="Evince PDF Viewer"> | |
<action name="Execute"> | |
<command> | |
evince | |
</command> | |
</action> | |
</item> | |
</menu> | |
<separator/> | |
<menu execute="/usr/bin/al-places-pipemenu" id="pipe-placesmenu" label="Places"/> | |
<menu execute="/usr/bin/al-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/> | |
<separator/> | |
<menu id="preferences" label="Preferences"> | |
<menu id="obConfig" label="Openbox"> | |
<item label="Edit menu.xml"> | |
<action name="Execute"> | |
<command> | |
geany ~/.config/openbox/menu.xml | |
</command> | |
</action> | |
</item> | |
<item label="Edit rc.xml"> | |
<action name="Execute"> | |
<command> | |
geany ~/.config/openbox/rc.xml | |
</command> | |
</action> | |
</item> | |
<item label="Edit autostart"> | |
<action name="Execute"> | |
<command> | |
geany ~/.config/openbox/autostart | |
</command> | |
</action> | |
</item> | |
<separator/> | |
<item label="GUI Menu Editor"> | |
<action name="Execute"> | |
<command> | |
obmenu | |
</command> | |
</action> | |
</item> | |
<item label="GUI Config Tool"> | |
<action name="Execute"> | |
<command> | |
obconf | |
</command> | |
</action> | |
</item> | |
<item label="How to Edit Menu"> | |
<action name="Execute"> | |
<command> | |
yad --button="OK":0 --center --window-icon=distributor-logo-bunsenlabs --text-info --title="How to Edit the Menu" --filename="/usr/share/bunsen/docs/helpfile-menu.txt" --width=900 --height=700 --fontname=Monospace | |
</command> | |
</action> | |
</item> | |
<separator/> | |
<item label="Reconfigure"> | |
<action name="Reconfigure"/> | |
</item> | |
<item label="Restart"> | |
<action name="Restart"/> | |
</item> | |
</menu> | |
<menu execute="al-compositor" id="CompositingPipeMenu" label="Compositor"/> | |
<menu execute="/usr/bin/al-conky-pipemenu" id="pipe-conkymenu" label="Conky"/> | |
<menu execute="/usr/bin/al-tint2-pipemenu" id="pipe-tint2menu" label="Tint2"/> | |
<item label="Appearance"> | |
<action name="Execute"> | |
<command> | |
lxappearance | |
</command> | |
</action> | |
</item> | |
<item label="LightDM Appearance"> | |
<action name="Execute"> | |
<command> | |
gksudo lightdm-gtk-greeter-settings | |
</command> | |
</action> | |
</item> | |
<item label="Choose Wallpaper"> | |
<action name="Execute"> | |
<command> | |
nitrogen | |
</command> | |
</action> | |
</item> | |
<item label="Notifications"> | |
<action name="Execute"> | |
<command>xfce4-notifyd-config</command> | |
</action> | |
</item> | |
<item label="Power Management"> | |
<action name="Execute"> | |
<command> | |
xfce4-power-manager-settings | |
</command> | |
</action> | |
</item> | |
<menu id="dmenuconfig" label="dmenu"> | |
<item label="Edit Start-up Script"> | |
<action name="Execute"> | |
<command> | |
geany ~/.config/dmenu/dmenu-bind.sh | |
</command> | |
</action> | |
</item> | |
<separator label="Help?"/> | |
<item label="man page"> | |
<action name="Execute"> | |
<command> | |
termite -T 'man dmenu' -e man dmenu | |
</command> | |
</action> | |
</item> | |
</menu> | |
<menu id="gmrunconfig" label="gmrun"> | |
<item label="Edit Config File"> | |
<action name="Execute"> | |
<command> | |
geany ~/.gmrunrc | |
</command> | |
</action> | |
</item> | |
<separator label="Help?"/> | |
<item label="man page"> | |
<action name="Execute"> | |
<command> | |
termite -T 'man gmrun' -e man gmrun | |
</command> | |
</action> | |
</item> | |
</menu> | |
<menu id="DisplaySettings" label="Display"> | |
<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> | |
urxvtsyn -T 'man xrandr' -e man xrandr | |
</command> | |
</action> | |
</item> | |
</menu> | |
</menu> | |
<menu id="system" label="System"> | |
<menu execute="/usr/bin/al-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/> | |
<menu id="install" label="ARCHLabs Extras"> | |
<item label="Install Audacious Player"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/audacious.sh</execute> | |
</action> | |
</item> | |
<item label="Install Audacity"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/audacity.sh</execute> | |
</action> | |
</item> | |
<item label="Install Blender"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/blender.sh</execute> | |
</action> | |
</item> | |
<item label="Install Chromium Browser"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/chromium.sh</execute> | |
</action> | |
</item> | |
<item label="Install Extra Codecs"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/codecs.sh</execute> | |
</action> | |
</item> | |
<item label="Install The Gimp"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/gimp.sh</execute> | |
</action> | |
</item> | |
<item label="Install Gnome MPlayer"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/gnome-mplayer.sh</execute> | |
</action> | |
</item> | |
<item label="Install GTK Record My Desktop"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/gtk-recordmydesktop.sh</execute> | |
</action> | |
</item> | |
<item label="Install Inkscape"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/inkscape.sh</execute> | |
</action> | |
</item> | |
<item label="Install Libre Office"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/libreoffice.sh</execute> | |
</action> | |
</item> | |
<item label="Install Openshot"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/openshot.sh</execute> | |
</action> | |
</item> | |
<item label="Install XFCE4-Screenshooter"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/screenshooter.sh</execute> | |
</action> | |
</item> | |
<item label="Install SMPlayer"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/smplayer.sh</execute> | |
</action> | |
</item> | |
<item label="Install View Nior"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/viewnior.sh</execute> | |
</action> | |
</item> | |
<item label="Install VNC Server"> | |
<action name="Execute"> | |
<execute>termite -e /usr/bin/vnc-server.sh</execute> | |
</action> | |
</item> | |
</menu> | |
<item label="Octopi Package Manager"> | |
<action name="Execute"> | |
<command> | |
octopi | |
</command> | |
</action> | |
</item> | |
<item label="File Manager as root"> | |
<action name="Execute"> | |
<command> | |
gksudo thunar | |
</command> | |
</action> | |
</item> | |
<item label="Text Editor as root"> | |
<action name="Execute"> | |
<command> | |
gksudo geany | |
</command> | |
</action> | |
</item> | |
<item label="Login Settings"> | |
<action name="Execute"> | |
<command> | |
gksudo geany /etc/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/lightdm.conf | |
</command> | |
</action> | |
</item> | |
<item label="GParted"> | |
<action name="Execute"> | |
<command> | |
gksudo gparted | |
</command> | |
</action> | |
</item> | |
<item label="Edit Debian Alternatives"> | |
<action name="Execute"> | |
<command> | |
gksudo galternatives | |
</command> | |
</action> | |
</item> | |
<separator/> | |
<item label="About Bunsen Alternatives"> | |
<action name="Execute"> | |
<execute>yad --button="OK":0 --center --window-icon=distributor-logo-bunsenlabs --text-info --title="About Bunsen Alternatives" --filename="/usr/share/bunsen/docs/helpfile-al-alternatives.txt" --width=900 --height=700 --fontname=Monospace | |
</execute> | |
</action> | |
</item> | |
</menu> | |
<separator/> | |
<menu execute="/usr/bin/al-help-pipemenu" id="help" label="Help & Resources"/> | |
<menu execute="al-kb-pipemenu" id="keybinds" label="Display Keybinds"/> | |
<separator/> | |
<item label="Lock Screen"> | |
<action name="Execute"> | |
<command> | |
slimlock | |
</command> | |
</action> | |
</item> | |
<item label="Exit"> | |
<action name="Execute"> | |
<command> | |
al-exit | |
</command> | |
</action> | |
</item> | |
<!-- comment out or remove the preceding "Exit" item, | |
and uncomment the following "exit-menu" | |
for one-click exit options. --> | |
<!-- | |
<menu id="exit-menu"></menu> | |
--> | |
</menu> | |
</openbox_menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment