This commit is contained in:
swagg boi 2025-03-25 21:19:42 -04:00
parent ac837e2a06
commit 5085d8de71
2 changed files with 43 additions and 325 deletions

View File

@ -1,114 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu"> <openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-accessories-menu" label="Accessories">
<item label="Calculator">
<action name="Execute">
<command>gnome-calculator</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Character Map">
<action name="Execute">
<command>gnome-character-map</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Ark File Archiver">
<action name="Execute">
<command>ark</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-editors-menu" label="Editors">
<item label="GVim">
<action name="Execute">
<command>gvim</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>GVim</wmclass>
</startupnotify>
</action>
</item>
<item label="Emacs">
<action name="Execute">
<command>emacs</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Emacs</wmclass>
</startupnotify>
</action>
</item>
<item label="GEdit">
<action name="Execute">
<command>gedit</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Kate">
<action name="Execute">
<command>kate</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Kwrite">
<action name="Execute">
<command>kwrite</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-term-menu" label="Terminals">
<item label="Rxvt Unicode">
<action name="Execute">
<command>urxvt</command>
</action>
</item>
<item label="Gnome Terminal">
<action name="Execute">
<command>gnome-terminal</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Xfce Terminal">
<action name="Execute">
<command>xfce4-terminal</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Konsole">
<action name="Execute">
<command>konsole</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Xterm">
<action name="Execute"><command>xterm</command></action>
</item>
</menu>
<menu id="apps-net-menu" label="Internet"> <menu id="apps-net-menu" label="Internet">
<item label="Firefox"> <item label="Firefox">
<action name="Execute"> <action name="Execute">
@ -119,104 +10,49 @@
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
<item label="Opera">
<action name="Execute">
<command>opera</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Opera</wmclass>
</startupnotify>
</action>
</item>
<item label="Konqueror">
<action name="Execute">
<command>konqueror</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Epiphany"> <item label="Epiphany">
<action name="Execute"> <action name="Execute">
<command>epiphany</command> <command>epiphany</command>
<startupnotify> <startupnotify>
<enabled>yes</enabled> <enabled>yes</enabled>
</startupnotify> <wmclass>Epiphany</wmclass>
</action>
</item>
<item label="Pidgin Instant Messenger">
<action name="Execute">
<command>pidgin</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Kopete Instant Messenger">
<action name="Execute">
<command>kopete</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="XChat">
<action name="Execute">
<command>xchat</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
</menu> </menu>
<menu id="apps-office-menu" label="Office"> <menu id="apps-office-menu" label="Office">
<item label="OpenOffice Base"> <item label="LibreOffice Base">
<action name="Execute"> <action name="Execute">
<command>ooffice -base</command> <command>libreoffice --base</command>
</action> </action>
</item> </item>
<item label="OpenOffice Calc"> <item label="LibreOffice Calc">
<action name="Execute"> <action name="Execute">
<command>ooffice -calc</command> <command>libreoffice --calc</command>
</action> </action>
</item> </item>
<item label="OpenOffice Draw"> <item label="LibreOffice Draw">
<action name="Execute"> <action name="Execute">
<command>ooffice -draw</command> <command>libreoffice --draw</command>
</action> </action>
</item> </item>
<item label="OpenOffice Impress"> <item label="LibreOffice Impress">
<action name="Execute"> <action name="Execute">
<command>ooffice -impress</command> <command>libreoffice --impress</command>
</action> </action>
</item> </item>
<item label="OpenOffice Math"> <item label="LibreOffice Math">
<action name="Execute"> <action name="Execute">
<command>ooffice -math</command> <command>libreoffice --math</command>
</action> </action>
</item> </item>
<item label="OpenOffice Printer Administration"> <item label="LibreOffice Writer">
<action name="Execute"> <action name="Execute">
<command>ooffice-printeradmin</command> <command>libreoffice --writer</command>
</action>
</item>
<item label="OpenOffice Writer">
<action name="Execute">
<command>ooffice -writer</command>
</action> </action>
</item> </item>
</menu> </menu>
<menu id="apps-multimedia-menu" label="Multimedia"> <menu id="apps-multimedia-menu" label="Multimedia">
<item label="Amarok">
<action name="Execute">
<command>amarok</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Rhythmbox"> <item label="Rhythmbox">
<action name="Execute"> <action name="Execute">
<command>rhythmbox</command> <command>rhythmbox</command>
@ -225,77 +61,15 @@
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
<item label="K3b"> <item label="VLC">
<action name="Execute"> <action name="Execute">
<command>k3b</command> <command>vlc</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="MPlayer">
<action name="Execute">
<command>gmplayer</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>MPlayer</wmclass>
</startupnotify>
</action>
</item>
<item label="Totem">
<action name="Execute">
<command>totem</command>
<startupnotify> <startupnotify>
<enabled>yes</enabled> <enabled>yes</enabled>
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
</menu> </menu>
<menu id="apps-fileman-menu" label="File Managers">
<item label="Nautilus">
<action name="Execute">
<command>nautilus --no-desktop --browser</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Thunar">
<action name="Execute">
<command>Thunar</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="KDE File Manager">
<action name="Execute">
<command>kfmclient openURL ~</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Rox">
<action name="Execute">
<command>rox</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>ROX-Filer</wmclass>
</startupnotify>
</action>
</item>
<item label="PCMan File Manager">
<action name="Execute">
<command>pcmanfm</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-graphics-menu" label="Graphics"> <menu id="apps-graphics-menu" label="Graphics">
<item label="Gimp"> <item label="Gimp">
<action name="Execute"> <action name="Execute">
@ -305,32 +79,7 @@
</startupnotify> </startupnotify>
</action> </action>
</item> </item>
<item label="Gwenview">
<action name="Execute">
<command>gwenview</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Dia Diagram Editor">
<action name="Execute">
<command>dia</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Inkscape">
<action name="Execute">
<command>inkscape</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu> </menu>
<menu id="system-menu" label="System"> <menu id="system-menu" label="System">
<item label="Openbox Configuration Manager"> <item label="Openbox Configuration Manager">
<action name="Execute"> <action name="Execute">
@ -338,24 +87,6 @@
<startupnotify><enabled>yes</enabled></startupnotify> <startupnotify><enabled>yes</enabled></startupnotify>
</action> </action>
</item> </item>
<item label="Gnome Control Center">
<action name="Execute">
<command>gnome-control-center</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="KDE Control Center">
<action name="Execute">
<command>kcontrol</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Xfce Settings">
<action name="Execute">
<command>xfce-setting-show</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Manage Cups Printers"> <item label="Manage Cups Printers">
<action name="Execute"> <action name="Execute">
<command>xdg-open http://localhost:631/</command> <command>xdg-open http://localhost:631/</command>
@ -370,17 +101,40 @@
<action name="Reconfigure" /> <action name="Reconfigure" />
</item> </item>
</menu> </menu>
<menu id="root-menu" label="Openbox 3"> <menu id="root-menu" label="Openbox 3">
<separator label="Tools" />
<item label="Emacs">
<action name="Execute">
<command>emacs</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Emacs</wmclass>
</startupnotify>
</action>
</item>
<item label="Rxvt Unicode">
<action name="Execute">
<command>urxvt</command>
</action>
</item>
<item label="PCMan File Manager">
<action name="Execute">
<command>pcmanfm</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="OBPager">
<action name="Execute">
<command>obpager</command>
</action>
</item>
<separator label="Applications" /> <separator label="Applications" />
<menu id="apps-accessories-menu"/>
<menu id="apps-editors-menu"/>
<menu id="apps-graphics-menu"/> <menu id="apps-graphics-menu"/>
<menu id="apps-net-menu"/> <menu id="apps-net-menu"/>
<menu id="apps-office-menu"/> <menu id="apps-office-menu"/>
<menu id="apps-multimedia-menu"/> <menu id="apps-multimedia-menu"/>
<menu id="apps-term-menu"/>
<menu id="apps-fileman-menu"/>
<separator label="System" /> <separator label="System" />
<menu id="system-menu"/> <menu id="system-menu"/>
<separator /> <separator />
@ -390,5 +144,4 @@
</action> </action>
</item> </item>
</menu> </menu>
</openbox_menu> </openbox_menu>

View File

@ -1,35 +0,0 @@
<?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">
<item label="Terminal emulator">
<action name="Execute"><execute>x-terminal-emulator</execute></action>
</item>
<item label="Web browser">
<action name="Execute"><execute>x-www-browser</execute></action>
</item>
<!-- This requires the presence of the 'obamenu' package to work -->
<menu id="/Debian" />
<separator />
<menu id="applications-menu" label="Applications" execute="/usr/bin/obamenu"/>
<separator />
<item label="ObConf">
<action name="Execute"><execute>obconf</execute></action>
</item>
<item label="Reconfigure">
<action name="Reconfigure" />
</item>
<item label="Restart">
<action name="Restart" />
</item>
<separator />
<item label="Exit">
<action name="Exit" />
</item>
</menu>
</openbox_menu>