Advertisement
Dobbie03

Openbox Menu

Jan 7th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.00 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
  3. <menu id="root-menu" label="Openbox 3">
  4. <item label="D O B B I E B O X">
  5. <action name="Execute">
  6. <execute>chromium https://plus.google.com/u/0/</execute>
  7. </action>
  8. </item>
  9. <separator/>
  10. <item label="Terminal">
  11. <action name="Execute">
  12. <execute>termite</execute>
  13. </action>
  14. </item>
  15. <item label="Web Browser">
  16. <action name="Execute">
  17. <execute>chromium</execute>
  18. </action>
  19. </item>
  20. <item label="Gmail">
  21. <action name="Execute">
  22. <execute>chromium https://mail.google.com/mail/u/0/#inbox</execute>
  23. </action>
  24. </item>
  25. <item label="Thunar">
  26. <action name="Execute">
  27. <execute>thunar</execute>
  28. </action>
  29. </item>
  30. <item label="Audacious">
  31. <action name="Execute">
  32. <execute>audacious</execute>
  33. </action>
  34. </item>
  35. <item label="Scrot">
  36. <action name="Execute">
  37. <execute>scrot -d 5 'Arch.png' -e 'mv $f ~/Screenshots/ ; mirage ~/Screenshots/$f'</execute>
  38. </action>
  39. </item>
  40. <separator/>
  41. <menu id="apps-accessories-menu" label="Accessories">
  42. <item label="Calculator">
  43. <action name="Execute">
  44. <command>gnome-calculator</command>
  45. <startupnotify>
  46. <enabled>yes</enabled>
  47. </startupnotify>
  48. </action>
  49. </item>
  50. <item label="Conky Manager">
  51. <action name="Execute">
  52. <command>conky-manager</command>
  53. <startupnotify>
  54. <enabled>yes</enabled>
  55. </startupnotify>
  56. </action>
  57. </item>
  58. <item label="Covergloobus Config">
  59. <action name="Execute">
  60. <command>covergloobus-config</command>
  61. <startupnotify>
  62. <enabled>yes</enabled>
  63. </startupnotify>
  64. </action>
  65. </item>
  66. <item label="Character Map">
  67. <action name="Execute">
  68. <command>gnome-character-map</command>
  69. <startupnotify>
  70. <enabled>yes</enabled>
  71. </startupnotify>
  72. </action>
  73. </item>
  74. <item label="Imagwriter">
  75. <action name="Execute">
  76. <command>imagewriter</command>
  77. <startupnotify>
  78. <enabled>yes</enabled>
  79. </startupnotify>
  80. </action>
  81. </item>
  82. <item label="Etcher">
  83. <action name="Execute">
  84. <command>etcher</command>
  85. <startupnotify>
  86. <enabled>yes</enabled>
  87. </startupnotify>
  88. </action>
  89. </item>
  90. <item label="Image Search">
  91. <action name="Execute">
  92. <command>chromium https://www.google.co.nz/imghp?hl=en&tab=wi&ei=80YVWN_nIsuc0gSdjpTwBw&ved=0EKouCBQoAQ</command>
  93. <startupnotify>
  94. <enabled>yes</enabled>
  95. </startupnotify>
  96. </action>
  97. </item>
  98. </menu>
  99. <menu id="apps-editors-menu" label="Editors">
  100. <item label="Atom">
  101. <action name="Execute">
  102. <command>atom</command>
  103. <startupnotify>
  104. <enabled>yes</enabled>
  105. <wmclass>GVim</wmclass>
  106. </startupnotify>
  107. </action>
  108. </item>
  109. <item label="GVim">
  110. <action name="Execute">
  111. <command>gvim</command>
  112. <startupnotify>
  113. <enabled>yes</enabled>
  114. <wmclass>GVim</wmclass>
  115. </startupnotify>
  116. </action>
  117. </item>
  118. <item label="Emacs">
  119. <action name="Execute">
  120. <command>emacs</command>
  121. <startupnotify>
  122. <enabled>yes</enabled>
  123. <wmclass>Emacs</wmclass>
  124. </startupnotify>
  125. </action>
  126. </item>
  127. <item label="Geany">
  128. <action name="Execute">
  129. <command>geany</command>
  130. <startupnotify>
  131. <enabled>yes</enabled>
  132. </startupnotify>
  133. </action>
  134. </item>
  135. <item label="Gedit">
  136. <action name="Execute">
  137. <command>gedit</command>
  138. <startupnotify>
  139. <enabled>yes</enabled>
  140. </startupnotify>
  141. </action>
  142. </item>
  143. </menu>
  144. <menu id="apps-term-menu" label="Terminals">
  145. <item label="Rxvt Unicode">
  146. <action name="Execute">
  147. <command>urxvt</command>
  148. </action>
  149. </item>
  150. <item label="Terminator">
  151. <action name="Execute">
  152. <command>terminator</command>
  153. <startupnotify>
  154. <enabled>yes</enabled>
  155. </startupnotify>
  156. </action>
  157. </item>
  158. <item label="Terminology">
  159. <action name="Execute">
  160. <command>terminology</command>
  161. <startupnotify>
  162. <enabled>yes</enabled>
  163. </startupnotify>
  164. </action>
  165. </item>
  166. <item label="Terminix">
  167. <action name="Execute">
  168. <command>terminix</command>
  169. </action>
  170. </item>
  171. <item label="Urxvt">
  172. <action name="Execute">
  173. <command>urxvt</command>
  174. <startupnotify>
  175. <enabled>yes</enabled>
  176. </startupnotify>
  177. </action>
  178. </item>
  179. <separator/>
  180. </menu>
  181. <menu id="apps-games-menu" label="Games">
  182. <item label="Minecraft">
  183. <action name="Execute">
  184. <command>minecraft</command>
  185. <startupnotify>
  186. <enabled>yes</enabled>
  187. </startupnotify>
  188. </action>
  189. </item>
  190. <item label="Minetest">
  191. <action name="Execute">
  192. <command>minetest</command>
  193. <startupnotify>
  194. <enabled>yes</enabled>
  195. </startupnotify>
  196. </action>
  197. </item>
  198. <item label="Steam">
  199. <action name="Execute">
  200. <command>steam</command>
  201. <startupnotify>
  202. <enabled>yes</enabled>
  203. </startupnotify>
  204. </action>
  205. </item>
  206. <separator/>
  207. </menu>
  208. <menu id="apps-net-menu" label="Internet">
  209. <item label="Firefox">
  210. <action name="Execute">
  211. <command>firefox</command>
  212. <startupnotify>
  213. <enabled>yes</enabled>
  214. <wmclass>Firefox</wmclass>
  215. </startupnotify>
  216. </action>
  217. </item>
  218. <item label="Opera">
  219. <action name="Execute">
  220. <command>opera</command>
  221. <startupnotify>
  222. <enabled>yes</enabled>
  223. <wmclass>Opera</wmclass>
  224. </startupnotify>
  225. </action>
  226. </item>
  227. <item label="Chromium">
  228. <action name="Execute">
  229. <command>chromium</command>
  230. <startupnotify>
  231. <enabled>yes</enabled>
  232. </startupnotify>
  233. </action>
  234. </item>
  235. <item label="Google Chrome">
  236. <action name="Execute">
  237. <command>google-chrome-unstable</command>
  238. <startupnotify>
  239. <enabled>yes</enabled>
  240. </startupnotify>
  241. </action>
  242. </item>
  243. <item label="Netflix">
  244. <action name="Execute">
  245. <command>chromium https://www.netflix.com/browse</command>
  246. <startupnotify>
  247. <enabled>yes</enabled>
  248. </startupnotify>
  249. </action>
  250. </item>
  251. <item label="Gmail">
  252. <action name="Execute">
  253. <command>chromium https://mail.google.com/mail/u/0/#inbox</command>
  254. <startupnotify>
  255. <enabled>yes</enabled>
  256. </startupnotify>
  257. </action>
  258. </item>
  259. <item label="ProtonMail">
  260. <action name="Execute">
  261. <command>chromium https://mail.protonmail.com/login</command>
  262. <startupnotify>
  263. <enabled>yes</enabled>
  264. </startupnotify>
  265. </action>
  266. </item>
  267. <item label="Soulseek">
  268. <action name="Execute">
  269. <command>soulseekqt</command>
  270. <startupnotify>
  271. <enabled>yes</enabled>
  272. </startupnotify>
  273. </action>
  274. </item>
  275. <item label="Transmission">
  276. <action name="Execute">
  277. <command>transmission-gtk</command>
  278. <startupnotify>
  279. <enabled>yes</enabled>
  280. </startupnotify>
  281. </action>
  282. </item>
  283. </menu>
  284. <menu id="apps-office-menu" label="Office">
  285. <item label="LibreOffice Base">
  286. <action name="Execute">
  287. <command>libreoffice -base</command>
  288. </action>
  289. </item>
  290. <item label="LibreOfficeDev Calc">
  291. <action name="Execute">
  292. <command>libreoffice -calc</command>
  293. </action>
  294. </item>
  295. <item label="LibreOffice Draw">
  296. <action name="Execute">
  297. <command>libreoffice -draw</command>
  298. </action>
  299. </item>
  300. <item label="LibreOffice Impress">
  301. <action name="Execute">
  302. <command>libreoffice -impress</command>
  303. </action>
  304. </item>
  305. <item label="LibreOffice Math">
  306. <action name="Execute">
  307. <command>libreoffice -math</command>
  308. </action>
  309. </item>
  310. <item label="LibreOffice Printer Admin">
  311. <action name="Execute">
  312. <command>libreoffice-printeradmin</command>
  313. </action>
  314. </item>
  315. <item label="LibreOffice Writer">
  316. <action name="Execute">
  317. <command>libreoffice -writer</command>
  318. </action>
  319. </item>
  320. </menu>
  321. <menu id="apps-multimedia-menu" label="Multimedia">
  322. <item label="Audacious">
  323. <action name="Execute">
  324. <command>audacious</command>
  325. <startupnotify>
  326. <enabled>yes</enabled>
  327. </startupnotify>
  328. </action>
  329. </item>
  330. <item label="Cantata">
  331. <action name="Execute">
  332. <command>cantata</command>
  333. <startupnotify>
  334. <enabled>yes</enabled>
  335. </startupnotify>
  336. </action>
  337. </item>
  338. <item label="Sonata">
  339. <action name="Execute">
  340. <command>sonata</command>
  341. <startupnotify>
  342. <enabled>yes</enabled>
  343. </startupnotify>
  344. </action>
  345. </item>
  346. <item label="Ncmpcpp">
  347. <action name="Execute">
  348. <command>urxvt -e ncmpcpp</command>
  349. <startupnotify>
  350. <enabled>yes</enabled>
  351. </startupnotify>
  352. </action>
  353. </item>
  354. <item label="VLC Player">
  355. <action name="Execute">
  356. <command>vlc</command>
  357. <startupnotify>
  358. <enabled>yes</enabled>
  359. </startupnotify>
  360. </action>
  361. </item>
  362. <item label="Totem">
  363. <action name="Execute">
  364. <command>totem</command>
  365. <startupnotify>
  366. <enabled>yes</enabled>
  367. </startupnotify>
  368. </action>
  369. </item>
  370. <item label="EasyTag">
  371. <action name="Execute">
  372. <command>easytag</command>
  373. <startupnotify>
  374. <enabled>yes</enabled>
  375. </startupnotify>
  376. </action>
  377. </item>
  378. <item label="Cava">
  379. <action name="Execute">
  380. <command>urxvt -e cava</command>
  381. <startupnotify>
  382. <enabled>yes</enabled>
  383. </startupnotify>
  384. </action>
  385. </item>
  386. </menu>
  387. <menu id="apps-fileman-menu" label="File Managers">
  388. <item label="SpaceFM">
  389. <action name="Execute">
  390. <command>spacefm</command>
  391. <startupnotify>
  392. <enabled>yes</enabled>
  393. </startupnotify>
  394. </action>
  395. </item>
  396. <item label="PCmanFM">
  397. <action name="Execute">
  398. <command>pcmanfm</command>
  399. <startupnotify>
  400. <enabled>yes</enabled>
  401. </startupnotify>
  402. </action>
  403. </item>
  404. <item label="Thunar">
  405. <action name="Execute">
  406. <command>thunar</command>
  407. <startupnotify>
  408. <enabled>yes</enabled>
  409. </startupnotify>
  410. </action>
  411. </item>
  412. </menu>
  413. <menu id="apps-graphics-menu" label="Graphics">
  414. <item label="Gimp">
  415. <action name="Execute">
  416. <command>gimp</command>
  417. <startupnotify>
  418. <enabled>yes</enabled>
  419. </startupnotify>
  420. </action>
  421. </item>
  422. <item label="Feh">
  423. <action name="Execute">
  424. <command>feh</command>
  425. <startupnotify>
  426. <enabled>yes</enabled>
  427. </startupnotify>
  428. </action>
  429. </item>
  430. <item label="Mirage">
  431. <action name="Execute">
  432. <command>mirage</command>
  433. <startupnotify>
  434. <enabled>yes</enabled>
  435. </startupnotify>
  436. </action>
  437. </item>
  438. <item label="Inkscape">
  439. <action name="Execute">
  440. <command>inkscape</command>
  441. <startupnotify>
  442. <enabled>yes</enabled>
  443. </startupnotify>
  444. </action>
  445. </item>
  446. <item label="Gpick">
  447. <action name="Execute">
  448. <command>gpick</command>
  449. <startupnotify>
  450. <enabled>yes</enabled>
  451. </startupnotify>
  452. </action>
  453. </item>
  454. </menu>
  455. <menu id="root-menu-11169" label="Tools">
  456. <item label="System Monitor">
  457. <action name="Execute">
  458. <command>gnome-system-monitor</command>
  459. </action>
  460. </item>
  461. <item label="slurm">
  462. <action name="Execute">
  463. <command>urxvt -e slurm -i enp3s0</command>
  464. </action>
  465. </item>
  466. <item label="htop">
  467. <action name="Execute">
  468. <command>urxvt -e htop</command>
  469. </action>
  470. </item>
  471. <item label="dstat">
  472. <action name="Execute">
  473. <command>urxvt -e dstat</command>
  474. </action>
  475. </item>
  476. <item label="lftp">
  477. <action name="Execute">
  478. <command>urxvt -e lftp</command>
  479. <startupnotify>
  480. <enabled>yes</enabled>
  481. </startupnotify>
  482. </action>
  483. </item>
  484. <item label="scrot">
  485. <action name="Execute">
  486. <command>scrot -d 5</command>
  487. <startupnotify>
  488. <enabled>yes</enabled>
  489. </startupnotify>
  490. </action>
  491. </item>
  492. </menu>
  493. <menu id="system-menu" label="System">
  494. <menu id="system-menu-25831" label="Edit Settings">
  495. <item label="Edit menu.xml">
  496. <action name="Execute">
  497. <execute>geany ~/.config/openbox/menu.xml</execute>
  498. </action>
  499. </item>
  500. <item label="Edit rc.xml">
  501. <action name="Execute">
  502. <execute>geany ~/.config/openbox/rc.xml</execute>
  503. </action>
  504. </item>
  505. <item label="Edit autostart">
  506. <action name="Execute">
  507. <execute>geany ~/.config/openbox/autostart</execute>
  508. </action>
  509. </item>
  510. <item label="Edit .Xresources">
  511. <action name="Execute">
  512. <execute>geany ~/.Xresources</execute>
  513. </action>
  514. </item>
  515. <separator/>
  516. <item label="obMenu GUI">
  517. <action name="Execute">
  518. <execute>obmenu</execute>
  519. </action>
  520. </item>
  521. </menu>
  522. <separator/>
  523. <item label="Openbox Configuration Manager">
  524. <action name="Execute">
  525. <command>obconf</command>
  526. <startupnotify>
  527. <enabled>yes</enabled>
  528. </startupnotify>
  529. </action>
  530. </item>
  531. <item label="lxAppearance">
  532. <action name="Execute">
  533. <command>lxappearance</command>
  534. <startupnotify>
  535. <enabled>yes</enabled>
  536. </startupnotify>
  537. </action>
  538. </item>
  539. <item label="XFCE Settings">
  540. <action name="Execute">
  541. <command>xfce4-settings-manager</command>
  542. <startupnotify>
  543. <enabled>yes</enabled>
  544. </startupnotify>
  545. </action>
  546. </item>
  547. <item label="Package Manager">
  548. <action name="Execute">
  549. <command>octopi</command>
  550. <startupnotify>
  551. <enabled>yes</enabled>
  552. </startupnotify>
  553. </action>
  554. </item>
  555. <item label="Tint2 Settings">
  556. <action name="Execute">
  557. <command>tint2conf</command>
  558. <startupnotify>
  559. <enabled>yes</enabled>
  560. </startupnotify>
  561. </action>
  562. </item>
  563. <item label="Choose Wallpaper">
  564. <action name="Execute">
  565. <command>nitrogen</command>
  566. <startupnotify>
  567. <enabled>yes</enabled>
  568. </startupnotify>
  569. </action>
  570. </item>
  571. <separator/>
  572. <item label="Reconfigure Openbox">
  573. <action name="Reconfigure"/>
  574. </item>
  575. <item label="Merge Xresources">
  576. <action name="xrdb -merge ~/.Xresources"/>
  577. </item>
  578. </menu>
  579. <separator/>
  580. <item label="Dmenu">
  581. <action name="Execute">
  582. <execute>~/.config/dmenu/dmenu-bind.sh</execute>
  583. </action>
  584. </item>
  585. <separator/>
  586. <item label="Lock Screen">
  587. <action name="Execute">
  588. <execute>slimlock</execute>
  589. </action>
  590. </item>
  591. <item label="Exit">
  592. <action name="Execute">
  593. <execute>oblogout</execute>
  594. </action>
  595. </item>
  596. </menu>
  597. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement