Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <openbox_menu xmlns="http://openbox.org/3.4/menu">
  4.  
  5. <menu id="apps-net-menu" label="Internet">
  6.   <item label="Pidgin">
  7.     <action name="Execute">
  8.       <command>pidgin</command>
  9.       <startupnotify>
  10.         <enabled>yes</enabled>
  11.       </startupnotify>
  12.     </action>
  13.   </item>
  14.   <item label="Filezilla">
  15.     <action name="Execute">
  16.       <command>filezilla</command>
  17.       <startupnotify>
  18.         <enabled>yes</enabled>
  19.       </startupnotify>
  20.     </action>
  21.   </item>
  22. </menu>
  23.  
  24. <menu id="apps-multimedia-menu" label="Audio">
  25.   <item label="Audacious">
  26.     <action name="Execute">
  27.       <command>audacious</command>
  28.       <startupnotify>
  29.         <enabled>yes</enabled>
  30.       </startupnotify>
  31.     </action>
  32.   </item>
  33.   <item label="Mixxx">
  34.     <action name="Execute">
  35.       <command>mixxx</command>
  36.       <startupnotify>
  37.         <enabled>yes</enabled>
  38.       </startupnotify>
  39.     </action>
  40.   </item>
  41.   <item label="Renoise">
  42.     <action name="Execute">
  43.       <command>renoise</command>
  44.       <startupnotify>
  45.         <enabled>yes</enabled>
  46.       </startupnotify>
  47.     </action>
  48.   </item>
  49.   <item label="Bitwig">
  50.     <action name="Execute">
  51.       <command>bitwig-studio</command>
  52.       <startupnotify>
  53.         <enabled>yes</enabled>
  54.       </startupnotify>
  55.     </action>
  56.   </item>
  57.   <item label="QJackCtl">
  58.     <action name="Execute">
  59.       <command>qjackctl</command>
  60.       <startupnotify>
  61.         <enabled>yes</enabled>
  62.       </startupnotify>
  63.     </action>
  64.   </item>
  65. </menu>
  66.  
  67. <menu id="apps-graphics-menu" label="Graphics">
  68.   <item label="GIMP">
  69.     <action name="Execute">
  70.       <command>gimp</command>
  71.       <startupnotify>
  72.         <enabled>yes</enabled>
  73.       </startupnotify>
  74.     </action>
  75.   </item>
  76.   <item label="Inkscape">
  77.     <action name="Execute">
  78.       <command>inkscape</command>
  79.       <startupnotify>
  80.         <enabled>yes</enabled>
  81.       </startupnotify>
  82.     </action>
  83.   </item>
  84.   <item label="Blender">
  85.     <action name="Execute">
  86.       <command>optirun blender</command>
  87.       <startupnotify>
  88.         <enabled>yes</enabled>
  89.       </startupnotify>
  90.     </action>
  91.   </item>
  92. </menu>
  93.  
  94. <menu id="system-menu" label="System">
  95.   <item label="OBConf">
  96.     <action name="Execute">
  97.       <command>obconf</command>
  98.       <startupnotify><enabled>yes</enabled></startupnotify>
  99.     </action>
  100.   </item>
  101.   <item label="LXAppearance">
  102.     <action name="Execute">
  103.       <command>lxappearance</command>
  104.       <startupnotify>
  105.         <enabled>yes</enabled>
  106.       </startupnotify>
  107.     </action>
  108.   </item>
  109.   <item label="Nitrogen">
  110.     <action name="Execute">
  111.       <command>nitrogen /home/zezic/Pictures/Walls</command>
  112.       <startupnotify>
  113.         <enabled>yes</enabled>
  114.       </startupnotify>
  115.     </action>
  116.   </item>
  117.   <separator />
  118.   <item label="Reconfigure Openbox">
  119.     <action name="Reconfigure" />
  120.   </item>
  121. </menu>
  122.  
  123. <menu id="root-menu" label="Openbox 3">
  124.   <item label="Terminal">
  125.     <action name="Execute">
  126.       <command>terminal</command>
  127.       <startupnotify>
  128.         <enabled>yes</enabled>
  129.       </startupnotify>
  130.     </action>
  131.   </item>
  132.   <item label="Thunar">
  133.     <action name="Execute">
  134.       <command>thunar</command>
  135.       <startupnotify>
  136.         <enabled>yes</enabled>
  137.       </startupnotify>
  138.     </action>
  139.   </item>
  140.   <item label="Firefox">
  141.     <action name="Execute">
  142.       <command>firefox-bin</command>
  143.       <startupnotify>
  144.         <enabled>yes</enabled>
  145.       </startupnotify>
  146.     </action>
  147.   </item>
  148.   <item label="HexChat">
  149.     <action name="Execute">
  150.       <command>hexchat</command>
  151.       <startupnotify>
  152.         <enabled>yes</enabled>
  153.       </startupnotify>
  154.     </action>
  155.   </item>
  156.   <item label="Geany">
  157.     <action name="Execute">
  158.       <command>geany</command>
  159.       <startupnotify>
  160.         <enabled>yes</enabled>
  161.       </startupnotify>
  162.     </action>
  163.   </item>
  164.  
  165.   <separator />
  166.   <menu id="apps-graphics-menu"/>
  167.   <menu id="apps-net-menu"/>
  168.   <menu id="apps-office-menu"/>
  169.   <menu id="apps-multimedia-menu"/>
  170.   <menu id="apps-term-menu"/>
  171.   <menu id="apps-fileman-menu"/>
  172.   <menu id="system-menu"/>
  173.   <separator />
  174.   <item label="Log Out">
  175.     <action name="Exit">
  176.       <prompt>yes</prompt>
  177.     </action>
  178.   </item>
  179. </menu>
  180.  
  181. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement