Files
main/x11/wm/openbox/files/menu.old.xml
T
2018-04-26 07:24:34 +03:00

348 lines
8.5 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="apps-editors-menu" label="Editors">
<item label="Leafpad">
<action name="Execute">
<command>leafpad</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="Terminal">
<item label="Lxde Terminal">
<action name="Execute">
<command>lxterminal</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Konsole">
<action name="Execute">
<command>konsole</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-net-menu" label="İnternet">
<item label="Firefox">
<action name="Execute">
<command>firefox</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Firefox</wmclass>
</startupnotify>
</action>
</item>
<item label="Chromium Browser">
<action name="Execute">
<command>chromium-browser</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Firefox</wmclass>
</startupnotify>
</action>
</item>
<item label="Konqueror">
<action name="Execute">
<command>konqueror</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Opera">
<action name="Execute">
<command>opera</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>Opera</wmclass>
</startupnotify>
</action>
</item>
<item label="Kopete">
<action name="Execute">
<command>kopete</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Pidgin Instant Messenger">
<action name="Execute">
<command>pidgin</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Skype">
<action name="Execute">
<command>skype</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Konversation">
<action name="Execute">
<command>konversation</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="XChat">
<action name="Execute">
<command>xchat</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-office-menu" label="Office">
<item label="LibreOffice Base">
<action name="Execute">
<command>libreoffice --base</command>
</action>
</item>
<item label="LibreOffice Calc">
<action name="Execute">
<command>libreoffice --calc</command>
</action>
</item>
<item label="LibreOffice Impress">
<action name="Execute">
<command>libreoffice --impress</command>
</action>
</item>
<item label="LibreOffice writer">
<action name="Execute">
<command>libreoffice --writer</command>
</action>
</item>
</menu>
<menu id="apps-multimedia-menu" label="Multimedia">
<item label="Clementine">
<action name="Execute">
<command>clementine</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="K3b">
<action name="Execute">
<command>k3b</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Vlc Player">
<action name="Execute">
<command>vlc</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Gnome MPlayer">
<action name="Execute">
<command>gnome-mplayer</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>MPlayer</wmclass>
</startupnotify>
</action>
</item>
<item label="SMPlayer">
<action name="Execute">
<command>smplayer</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>MPlayer</wmclass>
</startupnotify>
</action>
</item>
<item label="Record My Desktop">
<action name="Execute">
<command>qt-recordMyDesktop</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>MPlayer</wmclass>
</startupnotify>
</action>
</item>
<item label="Kamerka">
<action name="Execute">
<command>kamerka</command>
<startupnotify>
<enabled>yes</enabled>
<wmclass>MPlayer</wmclass>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-fileman-menu" label="File Managers">
<item label="KDE File Manager">
<action name="Execute">
<command>kfmclient openURL ~</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="PCManFM File Manager">
<action name="Execute">
<command>pcmanfm</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
<item label="Thunar">
<action name="Execute">
<command>Thunar</command>
<startupnotify>
<enabled>yes</enabled>
</startupnotify>
</action>
</item>
</menu>
<menu id="apps-graphics-menu" label="Graphics">
<item label="Gimp">
<action name="Execute">
<command>gimp</command>
</action>
</item>
<item label="Gwenview">
<action name="Execute">
<command>gwenview</command>
</action>
</item>
<item label="Inkscape">
<action name="Execute">
<command>inkscape</command>
</action>
</item>
<item label="Ksnapshot">
<action name="Execute">
<command>ksnapshot -caption "%c"</command>
</action>
</item>
</menu>
<menu id="system-menu" label="System">
<item label="Package Manager">
<action name="Execute">
<command>package-manager</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Screen Resolution">
<action name="Execute">
<command>lxrandr</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Desktop Wallpaper">
<action name="Execute">
<command>gsetroot</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Openbox Configuration Manager">
<action name="Execute">
<command>obconf</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="KDE Control Center">
<action name="Execute">
<command>systemsettings</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Sound Volume Manager">
<action name="Execute">
<command>pavucontrol</command>
<startupnotify><enabled>yes</enabled></startupnotify>
</action>
</item>
<item label="Manage Cups Printers">
<action name="Execute">
<command>xdg-open http://localhost:631/</command>
<startupnotify>
<enabled>no</enabled>
<icon>cups</icon>
</startupnotify>
</action>
</item>
<separator />
<item label="Reconfigure Openbox">
<action name="Reconfigure" />
</item>
</menu>
<menu id="root-menu" label="Openbox 3">
<separator label="Shortcuts" />
<item label="Firefox">
<action name="Execute"><command>firefox</command></action>
</item>
<item label="File Manager">
<action name="Execute"><command>pcmanfm</command></action>
</item>
<item label="LX-Panel">
<action name="Execute"><command>lxpanel</command></action>
</item>
<separator label="Applications" />
<menu id="apps-accessories-menu"/>
<menu id="apps-editors-menu"/>
<menu id="apps-graphics-menu"/>
<menu id="apps-net-menu"/>
<menu id="apps-office-menu"/>
<menu id="apps-multimedia-menu"/>
<menu id="apps-term-menu"/>
<menu id="apps-fileman-menu"/>
<separator label="System" />
<menu id="system-menu"/>
<separator />
<item label="Log Out">
<action name="Exit">
<prompt>yes</prompt>
</action>
</item>
</menu>
</openbox_menu>