Sfoglia il codice sorgente

Add skype and pidgin to openbox menu

Andrew Swistak 11 anni fa
parent
commit
f63d12795b
1 ha cambiato i file con 20 aggiunte e 0 eliminazioni
  1. 20 0
      config/openbox/menu.xml

+ 20 - 0
config/openbox/menu.xml

@@ -90,6 +90,25 @@
   </item>
 </menu>
 
+<menu id="apps-that-thing-i-dislike-menu" label="Communication">
+  <item label="Skype">
+    <action name="Execute">
+      <command>sskype</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+  <item label="Pidgin">
+    <action name="Execute">
+      <command>pidgin</command>
+      <startupnotify>
+        <enabled>yes</enabled>
+      </startupnotify>
+    </action>
+  </item>
+</menu>
+
 <menu id="apps-fileman-menu" label="File Managers">
   <item label="Thunar">
     <action name="Execute">
@@ -139,6 +158,7 @@
     </action>
   </item>
   <menu id="games-menu"/>
+  <menu id="apps-that-thing-i-dislike-menu"/>
   <menu id="apps-accessories-menu"/>
   <menu id="apps-editors-menu"/>
   <menu id="apps-graphics-menu"/>