menu.xml.bak 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openbox_menu xmlns="http://openbox.org/3.4/menu">
  3. <menu id="apps-accessories-menu" label="Accessories">
  4. <item label="Calculator">
  5. <action name="Execute">
  6. <command>gnome-calculator</command>
  7. <startupnotify>
  8. <enabled>yes</enabled>
  9. </startupnotify>
  10. </action>
  11. </item>
  12. <item label="Character Map">
  13. <action name="Execute">
  14. <command>gnome-character-map</command>
  15. <startupnotify>
  16. <enabled>yes</enabled>
  17. </startupnotify>
  18. </action>
  19. </item>
  20. <item label="Ark File Archiver">
  21. <action name="Execute">
  22. <command>ark</command>
  23. <startupnotify>
  24. <enabled>yes</enabled>
  25. </startupnotify>
  26. </action>
  27. </item>
  28. </menu>
  29. <menu id="apps-editors-menu" label="Editors">
  30. <item label="GVim">
  31. <action name="Execute">
  32. <command>gvim</command>
  33. <startupnotify>
  34. <enabled>yes</enabled>
  35. <wmclass>GVim</wmclass>
  36. </startupnotify>
  37. </action>
  38. </item>
  39. <item label="Emacs">
  40. <action name="Execute">
  41. <command>emacs</command>
  42. <startupnotify>
  43. <enabled>yes</enabled>
  44. <wmclass>Emacs</wmclass>
  45. </startupnotify>
  46. </action>
  47. </item>
  48. <item label="GEdit">
  49. <action name="Execute">
  50. <command>gedit</command>
  51. <startupnotify>
  52. <enabled>yes</enabled>
  53. </startupnotify>
  54. </action>
  55. </item>
  56. <item label="Kate">
  57. <action name="Execute">
  58. <command>kate</command>
  59. <startupnotify>
  60. <enabled>yes</enabled>
  61. </startupnotify>
  62. </action>
  63. </item>
  64. <item label="Kwrite">
  65. <action name="Execute">
  66. <command>kwrite</command>
  67. <startupnotify>
  68. <enabled>yes</enabled>
  69. </startupnotify>
  70. </action>
  71. </item>
  72. </menu>
  73. <menu id="apps-term-menu" label="Terminals">
  74. <item label="Rxvt Unicode">
  75. <action name="Execute">
  76. <command>urxvt</command>
  77. </action>
  78. </item>
  79. <item label="Gnome Terminal">
  80. <action name="Execute">
  81. <command>gnome-terminal</command>
  82. <startupnotify>
  83. <enabled>yes</enabled>
  84. </startupnotify>
  85. </action>
  86. </item>
  87. <item label="Xfce Terminal">
  88. <action name="Execute">
  89. <command>xfce4-terminal</command>
  90. <startupnotify>
  91. <enabled>yes</enabled>
  92. </startupnotify>
  93. </action>
  94. </item>
  95. <item label="Konsole">
  96. <action name="Execute">
  97. <command>konsole</command>
  98. <startupnotify>
  99. <enabled>yes</enabled>
  100. </startupnotify>
  101. </action>
  102. </item>
  103. <item label="Xterm">
  104. <action name="Execute"><command>xterm</command></action>
  105. </item>
  106. </menu>
  107. <menu id="apps-net-menu" label="Internet">
  108. <item label="Firefox">
  109. <action name="Execute">
  110. <command>firefox</command>
  111. <startupnotify>
  112. <enabled>yes</enabled>
  113. <wmclass>Firefox</wmclass>
  114. </startupnotify>
  115. </action>
  116. </item>
  117. <item label="Opera">
  118. <action name="Execute">
  119. <command>opera</command>
  120. <startupnotify>
  121. <enabled>yes</enabled>
  122. <wmclass>Opera</wmclass>
  123. </startupnotify>
  124. </action>
  125. </item>
  126. <item label="Konqueror">
  127. <action name="Execute">
  128. <command>konqueror</command>
  129. <startupnotify>
  130. <enabled>yes</enabled>
  131. </startupnotify>
  132. </action>
  133. </item>
  134. <item label="Epiphany">
  135. <action name="Execute">
  136. <command>epiphany</command>
  137. <startupnotify>
  138. <enabled>yes</enabled>
  139. </startupnotify>
  140. </action>
  141. </item>
  142. <item label="Pidgin Instant Messenger">
  143. <action name="Execute">
  144. <command>pidgin</command>
  145. <startupnotify>
  146. <enabled>yes</enabled>
  147. </startupnotify>
  148. </action>
  149. </item>
  150. <item label="Kopete Instant Messenger">
  151. <action name="Execute">
  152. <command>kopete</command>
  153. <startupnotify>
  154. <enabled>yes</enabled>
  155. </startupnotify>
  156. </action>
  157. </item>
  158. <item label="XChat">
  159. <action name="Execute">
  160. <command>xchat</command>
  161. <startupnotify>
  162. <enabled>yes</enabled>
  163. </startupnotify>
  164. </action>
  165. </item>
  166. </menu>
  167. <menu id="apps-office-menu" label="Office">
  168. <item label="OpenOffice Base">
  169. <action name="Execute">
  170. <command>ooffice -base</command>
  171. </action>
  172. </item>
  173. <item label="OpenOffice Calc">
  174. <action name="Execute">
  175. <command>ooffice -calc</command>
  176. </action>
  177. </item>
  178. <item label="OpenOffice Draw">
  179. <action name="Execute">
  180. <command>ooffice -draw</command>
  181. </action>
  182. </item>
  183. <item label="OpenOffice Impress">
  184. <action name="Execute">
  185. <command>ooffice -impress</command>
  186. </action>
  187. </item>
  188. <item label="OpenOffice Math">
  189. <action name="Execute">
  190. <command>ooffice -math</command>
  191. </action>
  192. </item>
  193. <item label="OpenOffice Printer Administration">
  194. <action name="Execute">
  195. <command>ooffice-printeradmin</command>
  196. </action>
  197. </item>
  198. <item label="OpenOffice Writer">
  199. <action name="Execute">
  200. <command>ooffice -writer</command>
  201. </action>
  202. </item>
  203. </menu>
  204. <menu id="apps-multimedia-menu" label="Multimedia">
  205. <item label="Amarok">
  206. <action name="Execute">
  207. <command>amarok</command>
  208. <startupnotify>
  209. <enabled>yes</enabled>
  210. </startupnotify>
  211. </action>
  212. </item>
  213. <item label="Rhythmbox">
  214. <action name="Execute">
  215. <command>rhythmbox</command>
  216. <startupnotify>
  217. <enabled>yes</enabled>
  218. </startupnotify>
  219. </action>
  220. </item>
  221. <item label="K3b">
  222. <action name="Execute">
  223. <command>k3b</command>
  224. <startupnotify>
  225. <enabled>yes</enabled>
  226. </startupnotify>
  227. </action>
  228. </item>
  229. <item label="MPlayer">
  230. <action name="Execute">
  231. <command>gmplayer</command>
  232. <startupnotify>
  233. <enabled>yes</enabled>
  234. <wmclass>MPlayer</wmclass>
  235. </startupnotify>
  236. </action>
  237. </item>
  238. <item label="Totem">
  239. <action name="Execute">
  240. <command>totem</command>
  241. <startupnotify>
  242. <enabled>yes</enabled>
  243. </startupnotify>
  244. </action>
  245. </item>
  246. </menu>
  247. <menu id="apps-fileman-menu" label="File Managers">
  248. <item label="Nautilus">
  249. <action name="Execute">
  250. <command>nautilus --no-desktop --browser</command>
  251. <startupnotify>
  252. <enabled>yes</enabled>
  253. </startupnotify>
  254. </action>
  255. </item>
  256. <item label="Thunar">
  257. <action name="Execute">
  258. <command>Thunar</command>
  259. <startupnotify>
  260. <enabled>yes</enabled>
  261. </startupnotify>
  262. </action>
  263. </item>
  264. <item label="KDE File Manager">
  265. <action name="Execute">
  266. <command>kfmclient openURL ~</command>
  267. <startupnotify>
  268. <enabled>yes</enabled>
  269. </startupnotify>
  270. </action>
  271. </item>
  272. <item label="Rox">
  273. <action name="Execute">
  274. <command>rox</command>
  275. <startupnotify>
  276. <enabled>yes</enabled>
  277. <wmclass>ROX-Filer</wmclass>
  278. </startupnotify>
  279. </action>
  280. </item>
  281. <item label="PCMan File Manager">
  282. <action name="Execute">
  283. <command>pcmanfm</command>
  284. <startupnotify>
  285. <enabled>yes</enabled>
  286. </startupnotify>
  287. </action>
  288. </item>
  289. </menu>
  290. <menu id="apps-graphics-menu" label="Graphics">
  291. <item label="Gimp">
  292. <action name="Execute">
  293. <command>gimp</command>
  294. <startupnotify>
  295. <enabled>yes</enabled>
  296. </startupnotify>
  297. </action>
  298. </item>
  299. <item label="Gwenview">
  300. <action name="Execute">
  301. <command>gwenview</command>
  302. <startupnotify>
  303. <enabled>yes</enabled>
  304. </startupnotify>
  305. </action>
  306. </item>
  307. <item label="Dia Diagram Editor">
  308. <action name="Execute">
  309. <command>dia</command>
  310. <startupnotify>
  311. <enabled>yes</enabled>
  312. </startupnotify>
  313. </action>
  314. </item>
  315. <item label="Inkscape">
  316. <action name="Execute">
  317. <command>inkscape</command>
  318. <startupnotify>
  319. <enabled>yes</enabled>
  320. </startupnotify>
  321. </action>
  322. </item>
  323. </menu>
  324. <menu id="system-menu" label="System">
  325. <item label="Openbox Configuration Manager">
  326. <action name="Execute">
  327. <command>obconf</command>
  328. <startupnotify><enabled>yes</enabled></startupnotify>
  329. </action>
  330. </item>
  331. <item label="Gnome Control Center">
  332. <action name="Execute">
  333. <command>gnome-control-center</command>
  334. <startupnotify><enabled>yes</enabled></startupnotify>
  335. </action>
  336. </item>
  337. <item label="KDE Control Center">
  338. <action name="Execute">
  339. <command>kcontrol</command>
  340. <startupnotify><enabled>yes</enabled></startupnotify>
  341. </action>
  342. </item>
  343. <item label="Xfce Settings">
  344. <action name="Execute">
  345. <command>xfce-setting-show</command>
  346. <startupnotify><enabled>yes</enabled></startupnotify>
  347. </action>
  348. </item>
  349. <item label="Manage Cups Printers">
  350. <action name="Execute">
  351. <command>xdg-open http://localhost:631/</command>
  352. <startupnotify>
  353. <enabled>no</enabled>
  354. <icon>cups</icon>
  355. </startupnotify>
  356. </action>
  357. </item>
  358. <separator />
  359. <item label="Reconfigure Openbox">
  360. <action name="Reconfigure" />
  361. </item>
  362. </menu>
  363. <menu id="root-menu" label="Openbox 3">
  364. <separator label="Applications" />
  365. <menu id="apps-accessories-menu"/>
  366. <menu id="apps-editors-menu"/>
  367. <menu id="apps-graphics-menu"/>
  368. <menu id="apps-net-menu"/>
  369. <menu id="apps-office-menu"/>
  370. <menu id="apps-multimedia-menu"/>
  371. <menu id="apps-term-menu"/>
  372. <menu id="apps-fileman-menu"/>
  373. <separator label="System" />
  374. <menu id="system-menu"/>
  375. <separator />
  376. <item label="Log Out">
  377. <action name="Exit">
  378. <prompt>yes</prompt>
  379. </action>
  380. </item>
  381. </menu>
  382. </openbox_menu>