Ver código fonte

Add games to menu

Andrew Swistak 12 anos atrás
pai
commit
89cfab2518
1 arquivos alterados com 20 adições e 0 exclusões
  1. 20 0
      openbox/menu.xml

+ 20 - 0
openbox/menu.xml

@@ -2,6 +2,25 @@
 
 <openbox_menu xmlns="http://openbox.org/3.4/menu">
 
+<menu id="games-menu" label="Games">
+  <item label="Minecraft">
+    <action name="Execute">
+      <command>java -jar ~/.minecraft/Minecraft.jar</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Technic">
+    <action name="Execute">
+      <command>java -jar ~/.technic/TechnicLauncher.jar</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
 <menu id="apps-accessories-menu" label="Accessories">
   <item label="Calculator">
     <action name="Execute">
@@ -183,6 +202,7 @@
       </startupnotify>
     </action>
   </item>
+  <menu id="games-menu"/>
   <menu id="apps-accessories-menu"/>
   <menu id="apps-editors-menu"/>
   <menu id="apps-graphics-menu"/>