Advertisement
SageTheWizard

menu.xml

Jan 17th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <openbox_menu xmlns="http://openbox.org/"
  4. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  5. xsi:schemaLocation="http://openbox.org/
  6. file:///usr/share/openbox/menu.xsd">
  7.  
  8. <menu id="root-menu" label="Openbox 3">
  9. <item label="Run Program">
  10. <action name="Execute">
  11. <command>
  12. gmrun
  13. </command>
  14. </action>
  15. </item>
  16. <separator/>
  17. <item label="Terminal">
  18. <action name="Execute">
  19. <command>
  20. terminator
  21. </command>
  22. </action>
  23. </item>
  24. <item label="Web Browser">
  25. <action name="Execute">
  26. <command>
  27. x-www-browser
  28. </command>
  29. </action>
  30. </item>
  31. <item label="File Manager">
  32. <action name="Execute">
  33. <command>
  34. thunar
  35. </command>
  36. </action>
  37. </item>
  38. <item label="Text Editor">
  39. <action name="Execute">
  40. <command>
  41. geany
  42. </command>
  43. </action>
  44. </item>
  45. <item label="Media Player">
  46. <action name="Execute">
  47. <command>
  48. vlc
  49. </command>
  50. </action>
  51. </item>
  52. <separator/>
  53. <menu id="accessories" label="Accessories">
  54. <item label="Catfish File Search">
  55. <action name="Execute">
  56. <command>
  57. catfish
  58. </command>
  59. </action>
  60. </item>
  61. <item label="Archive Manager">
  62. <action name="Execute">
  63. <command>
  64. file-roller
  65. </command>
  66. </action>
  67. </item>
  68. <item label="Geany Text Editor">
  69. <action name="Execute">
  70. <command>
  71. geany
  72. </command>
  73. </action>
  74. </item>
  75. <item label="Task Manager (htop)">
  76. <action name="Execute">
  77. <command>terminator --command=&quot;htop&quot;</command>
  78. </action>
  79. </item>
  80. <item label="Terminator Terminal">
  81. <action name="Execute">
  82. <command>
  83. terminator
  84. </command>
  85. </action>
  86. </item>
  87. <item label="Thunar File Manager">
  88. <action name="Execute">
  89. <command>
  90. thunar
  91. </command>
  92. </action>
  93. </item>
  94. <item label="Thunar File Manager (root)">
  95. <action name="Execute">
  96. <command>
  97. gksudo thunar
  98. </command>
  99. </action>
  100. </item>
  101. </menu>
  102. <menu id="graphics" label="Graphics">
  103. <item label="GIMP">
  104. <action name="Execute">
  105. <command>
  106. gimp
  107. </command>
  108. </action>
  109. </item>
  110. <item label="Viewnior Image Viewer">
  111. <action name="Execute">
  112. <command>
  113. viewnior
  114. </command>
  115. </action>
  116. </item>
  117. <menu id="graphicsScreenshots" label="Take Screenshot">
  118. <item label="Screenshooter">
  119. <action name="Execute">
  120. <command>
  121. xfce4-screenshooter
  122. </command>
  123. </action>
  124. </item>
  125. <separator label="scrot"/>
  126. <item label="Now">
  127. <action name="Execute">
  128. <command>
  129. scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
  130. </command>
  131. </action>
  132. </item>
  133. <item label="In 5 Seconds...">
  134. <action name="Execute">
  135. <command>
  136. scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
  137. </command>
  138. </action>
  139. </item>
  140. <item label="In 10 Seconds...">
  141. <action name="Execute">
  142. <command>
  143. scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
  144. </command>
  145. </action>
  146. </item>
  147. <item label="Selected Area... (click &amp; drag mouse)">
  148. <action name="Execute">
  149. <command>
  150. scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'
  151. </command>
  152. </action>
  153. </item>
  154. </menu>
  155. </menu>
  156. <menu id="multimedia" label="Multimedia">
  157. <item label="VLC Media Player">
  158. <action name="Execute">
  159. <command>
  160. vlc
  161. </command>
  162. </action>
  163. </item>
  164. <item label="Volume Control">
  165. <action name="Execute">
  166. <command>
  167. pavucontrol
  168. </command>
  169. </action>
  170. </item>
  171. <item label="Xfburn">
  172. <action name="Execute">
  173. <command>
  174. xfburn
  175. </command>
  176. </action>
  177. </item>
  178. </menu>
  179. <menu id="network" label="Network">
  180. <menu execute="cb-x-www-browser-pipemenu" id="wwwbrowsers" label="WWW Browsers"/>
  181. <item label="gFTP Client">
  182. <action name="Execute">
  183. <command>
  184. gftp
  185. </command>
  186. </action>
  187. </item>
  188. <item label="Transmission BitTorrent Client">
  189. <action name="Execute">
  190. <command>
  191. transmission-gtk
  192. </command>
  193. </action>
  194. </item>
  195. <item label="XChat IRC Client">
  196. <action name="Execute">
  197. <command>
  198. xchat
  199. </command>
  200. </action>
  201. </item>
  202. <item label="Remote Filesystems">
  203. <action name="Execute">
  204. <command>
  205. gigolo
  206. </command>
  207. </action>
  208. </item>
  209. <menu execute="cb-remote-desktop-pipemenu" id="remotedesktop" label="Remote Desktop"/>
  210. <menu execute="cb-sshconfig-pipemenu" id="sshconfig" label="SSH"/>
  211. <separator label="Services"/>
  212. <menu execute="cb-dropbox-pipemenu" id="dropbox" label="Dropbox"/>
  213. </menu>
  214. <menu id="office" label="Office">
  215. <menu id="libreoffice" label="LibreOffice" execute="cb-libreoffice-pipemenu" />
  216. <item label="Google Docs">
  217. <action name="Execute">
  218. <command>
  219. x-www-browser https://drive.google.com/
  220. </command>
  221. </action>
  222. </item>
  223. <item label="AbiWord Word Processor">
  224. <action name="Execute">
  225. <command>
  226. abiword
  227. </command>
  228. </action>
  229. </item>
  230. <item label="Gnumeric Spreadsheet">
  231. <action name="Execute">
  232. <command>
  233. gnumeric
  234. </command>
  235. </action>
  236. </item>
  237. <item label="Calculator">
  238. <action name="Execute">
  239. <command>
  240. galculator
  241. </command>
  242. </action>
  243. </item>
  244. <item label="Evince PDF Viewer">
  245. <action name="Execute">
  246. <command>
  247. evince
  248. </command>
  249. </action>
  250. </item>
  251. </menu>
  252. <separator/>
  253. <menu execute="cb-places-pipemenu" id="pipe-placesmenu" label="Places"/>
  254. <menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/>
  255. <separator/>
  256. <menu id="settings" label="Settings">
  257. <menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/>
  258. <menu id="conkyconfig" label="Conky">
  259. <item label="Edit .conkyrc">
  260. <action name="Execute">
  261. <command>
  262. geany ~/.conkyrc
  263. </command>
  264. </action>
  265. </item>
  266. <item label="Restart Conky">
  267. <action name="Execute">
  268. <command>
  269. conkywonky
  270. </command>
  271. </action>
  272. </item>
  273. <separator label="Help?"/>
  274. <item label="man page">
  275. <action name="Execute">
  276. <command>
  277. terminator --command="man conky"
  278. </command>
  279. </action>
  280. </item>
  281. <item label="Wiki Page">
  282. <action name="Execute">
  283. <command>
  284. x-www-browser http://crunchbanglinux.org/wiki/conky
  285. </command>
  286. </action>
  287. </item>
  288. </menu>
  289. <menu id="dmenuconfig" label="dmenu">
  290. <item label="Edit start-up script">
  291. <action name="Execute">
  292. <command>
  293. geany ~/.config/dmenu/dmenu-bind.sh
  294. </command>
  295. </action>
  296. </item>
  297. <separator label="Help?"/>
  298. <item label="man page">
  299. <action name="Execute">
  300. <command>
  301. terminator --command="man dmenu"
  302. </command>
  303. </action>
  304. </item>
  305. </menu>
  306. <menu id="gmrunconfig" label="gmrun">
  307. <item label="Edit config file">
  308. <action name="Execute">
  309. <command>
  310. geany ~/.gmrunrc
  311. </command>
  312. </action>
  313. </item>
  314. <separator label="Help?"/>
  315. <item label="man page">
  316. <action name="Execute">
  317. <command>
  318. terminator --command="man gmrun"
  319. </command>
  320. </action>
  321. </item>
  322. </menu>
  323. <menu id="obConfig" label="Openbox">
  324. <item label="Edit menu.xml">
  325. <action name="Execute">
  326. <command>
  327. geany ~/.config/openbox/menu.xml
  328. </command>
  329. </action>
  330. </item>
  331. <item label="Edit rc.xml">
  332. <action name="Execute">
  333. <command>
  334. geany ~/.config/openbox/rc.xml
  335. </command>
  336. </action>
  337. </item>
  338. <item label="Edit autostart">
  339. <action name="Execute">
  340. <command>
  341. geany ~/.config/openbox/autostart
  342. </command>
  343. </action>
  344. </item>
  345. <separator/>
  346. <item label="GUI Menu Editor">
  347. <action name="Execute">
  348. <command>
  349. obmenu
  350. </command>
  351. </action>
  352. </item>
  353. <item label="GUI Applications Settings Editor">
  354. <action name="Execute">
  355. <command>
  356. obapps
  357. </command>
  358. </action>
  359. </item>
  360. <item label="GUI Config Tool">
  361. <action name="Execute">
  362. <command>
  363. obconf
  364. </command>
  365. </action>
  366. </item>
  367. <separator/>
  368. <item label="Reconfigure">
  369. <action name="Reconfigure"/>
  370. </item>
  371. <item label="Restart">
  372. <action name="Restart"/>
  373. </item>
  374. </menu>
  375. <menu id="terminatorconfig" label="Terminator">
  376. <item label="Edit config file">
  377. <action name="Execute">
  378. <command>
  379. geany ~/.config/terminator/config
  380. </command>
  381. </action>
  382. </item>
  383. <separator label="Help?"/>
  384. <item label="man page">
  385. <action name="Execute">
  386. <command>
  387. terminator --command="man terminator_config"
  388. </command>
  389. </action>
  390. </item>
  391. </menu>
  392. <menu id="tint2config" label="tint2">
  393. <item label="Edit config file">
  394. <action name="Execute">
  395. <command>
  396. geany ~/.config/tint2/tint2rc
  397. </command>
  398. </action>
  399. </item>
  400. <item label="Restart tint2">
  401. <action name="Execute">
  402. <command>
  403. tint2restart
  404. </command>
  405. </action>
  406. </item>
  407. <separator label="Help?"/>
  408. <item label="man page">
  409. <action name="Execute">
  410. <command>
  411. terminator --command="man tint2"
  412. </command>
  413. </action>
  414. </item>
  415. <item label="Online Help">
  416. <action name="Execute">
  417. <command>
  418. x-www-browser http://code.google.com/p/tint2/wiki/Welcome
  419. </command>
  420. </action>
  421. </item>
  422. </menu>
  423. <menu id="DisplaySettings" label="Display Settings">
  424. <item label="ARandR Screen Layout Editor">
  425. <action name="Execute">
  426. <command>
  427. arandr
  428. </command>
  429. </action>
  430. </item>
  431. <separator label="Help?"/>
  432. <item label="man xrandr">
  433. <action name="Execute">
  434. <command>
  435. terminator --command="man xrandr"
  436. </command>
  437. </action>
  438. </item>
  439. </menu>
  440. <menu id="Notifications" label="Notifications">
  441. <item label="settings">
  442. <action name="Execute">
  443. <command>xfce4-notifyd-config</command>
  444. </action>
  445. </item>
  446. </menu>
  447. <item label="Edit Default Applications">
  448. <action name="Execute">
  449. <command>
  450. terminator --command="sudo update-alternatives --all"
  451. </command>
  452. </action>
  453. </item>
  454. <item label="User Interface Settings">
  455. <action name="Execute">
  456. <command>
  457. lxappearance
  458. </command>
  459. </action>
  460. </item>
  461. <item label="Power Management">
  462. <action name="Execute">
  463. <command>
  464. xfce4-power-manager-settings
  465. </command>
  466. </action>
  467. </item>
  468. <item label="Screensaver">
  469. <action name="Execute">
  470. <command>
  471. xscreensaver-demo
  472. </command>
  473. </action>
  474. </item>
  475. <item label="Choose Wallpaper">
  476. <action name="Execute">
  477. <command>
  478. nitrogen ~/images/wallpapers/
  479. </command>
  480. </action>
  481. </item>
  482. </menu>
  483. <menu id="system" label="System">
  484. <menu execute="cb-printing-pipemenu" id="PrintingPipeMenu" label="Printers"/>
  485. <item label="GParted">
  486. <action name="Execute">
  487. <command>
  488. gksudo gparted
  489. </command>
  490. </action>
  491. </item>
  492. <item label="Synaptic Package Manager">
  493. <action name="Execute">
  494. <command>
  495. gksudo synaptic
  496. </command>
  497. </action>
  498. </item>
  499. <item label="User Login Settings">
  500. <action name="Execute">
  501. <command>
  502. gksudo slimconf
  503. </command>
  504. </action>
  505. </item>
  506. </menu>
  507. <!--<menu id="help" label="Help" execute="cb-help-pipemenu" />-->
  508. <separator/>
  509. <item label="Lock Screen">
  510. <action name="Execute">
  511. <command>
  512. cb-lock
  513. </command>
  514. </action>
  515. </item>
  516. <item label="Exit">
  517. <action name="Execute">
  518. <command>
  519. cb-exit
  520. </command>
  521. </action>
  522. </item>
  523. </menu>
  524. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement