Advertisement
Dobbie03

Menu

May 2nd, 2017
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.86 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.  
  5.  
  6. <separator label="⚒" />
  7.  
  8. <menu id="access-menu" label=" Access">
  9. <item label="Run...">
  10. <action name="Execute">
  11. <command>rofi -show combi</command>
  12. <startupnotify>
  13. <enabled>yes</enabled>
  14. </startupnotify>
  15. </action>
  16. </item>
  17. <separator/>
  18. <item label="Dmenu">
  19. <action name="Execute">
  20. <execute>dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn 'San Francisco Display Regular:pixelsize=14'</execute>
  21. </action>
  22. </item>
  23. <separator/>
  24. <menu execute="/usr/bin/al-audacious.sh" id="pipe-aud" label="Now Playing" />
  25. <separator/>
  26. <menu execute="perl /home/dobbie/.config/openbox/scripts/obsysinfo.pl" id="sysinfo" label="System Info"/>
  27. <separator/>
  28. <menu id="main menu" label="Main Menu">
  29.  
  30. <menu id="screenshot-menu" label="Screenshot">
  31. <item label="XFCE Screenshooter">
  32. <action name="Execute">
  33. <execute>xfce4-screenshooter</execute>
  34. </action>
  35. </item>
  36. <item label="Screenshot In 5">
  37. <action name="Execute">
  38. <execute>scrot -d 5'ARCHLabs.png' -e 'mv $f ~/Screenshots/ ; gpicview ~/Screenshots/$f'</execute>
  39. </action>
  40. </item>
  41. <item label="Screenshot In 10">
  42. <action name="Execute">
  43. <execute>scrot -d 10 'ARCHLabs.png' -e 'mv $f ~/Screenshots/ ; gpicview ~/Screenshots/$f'</execute>
  44. </action>
  45. </item>
  46. <item label="Screenshot With Selection">
  47. <action name="Execute">
  48. <execute>scrot -s 'ARCHLabs-Selection.png' -e 'mv $f ~/Screenshots/ ; gpicview ~/Screenshots/$f'</execute>
  49. </action>
  50. </item>
  51. </menu>
  52. <separator/>
  53. <menu id="apps-accessories-menu" label="Accessories">
  54.  
  55. <item label="Calculator">
  56. <action name="Execute">
  57. <command>gnome-calculator</command>
  58. <startupnotify>
  59. <enabled>yes</enabled>
  60. </startupnotify>
  61. </action>
  62. </item>
  63. <item label="Tomboy Notes">
  64. <action name="Execute">
  65. <command>tomboy</command>
  66. <startupnotify>
  67. <enabled>yes</enabled>
  68. </startupnotify>
  69. </action>
  70. </item>
  71. <item label="Covergloobus Config">
  72. <action name="Execute">
  73. <command>covergloobus-config</command>
  74. <startupnotify>
  75. <enabled>yes</enabled>
  76. </startupnotify>
  77. </action>
  78. </item>
  79. <item label="Character Map">
  80. <action name="Execute">
  81. <command>gnome-characters</command>
  82. <startupnotify>
  83. <enabled>yes</enabled>
  84. </startupnotify>
  85. </action>
  86. </item>
  87. <item label="Catfish Search">
  88. <action name="Execute">
  89. <command>catfish</command>
  90. <startupnotify>
  91. <enabled>yes</enabled>
  92. </startupnotify>
  93. </action>
  94. </item>
  95. <item label="PDF Reader">
  96. <action name="Execute">
  97. <command>evince</command>
  98. <startupnotify>
  99. <enabled>yes</enabled>
  100. </startupnotify>
  101. </action>
  102. </item>
  103. <item label="Etcher USB">
  104. <action name="Execute">
  105. <command>etcher</command>
  106. <startupnotify>
  107. <enabled>yes</enabled>
  108. </startupnotify>
  109. </action>
  110. </item>
  111. <item label="Weather">
  112. <action name="Execute">
  113. <command>urxvt -e curl http://wttr.in/napier</command>
  114. </action>
  115. </item>
  116. <separator/>
  117. <item label="Clocks">
  118. <action name="Execute">
  119. <command>gnome-clocks</command>
  120. </action>
  121. </item>
  122. <item label="Calendar">
  123. <action name="Execute">
  124. <command>orage</command>
  125. </action>
  126. </item>
  127. </menu>
  128. <menu id="apps-editors-menu" label="Editors">
  129. <item label="Atom">
  130. <action name="Execute">
  131. <command>atom</command>
  132. <startupnotify>
  133. <enabled>yes</enabled>
  134. <wmclass>GVim</wmclass>
  135. </startupnotify>
  136. </action>
  137. </item>
  138. <item label="GVim">
  139. <action name="Execute">
  140. <command>gvim</command>
  141. <startupnotify>
  142. <enabled>yes</enabled>
  143. <wmclass>GVim</wmclass>
  144. </startupnotify>
  145. </action>
  146. </item>
  147. <item label="Emacs">
  148. <action name="Execute">
  149. <command>emacs</command>
  150. <startupnotify>
  151. <enabled>yes</enabled>
  152. <wmclass>Emacs</wmclass>
  153. </startupnotify>
  154. </action>
  155. </item>
  156. <item label="Geany">
  157. <action name="Execute">
  158. <command>geany</command>
  159. <startupnotify>
  160. <enabled>yes</enabled>
  161. </startupnotify>
  162. </action>
  163. </item>
  164. <item label="Gedit">
  165. <action name="Execute">
  166. <command>gedit</command>
  167. <startupnotify>
  168. <enabled>yes</enabled>
  169. </startupnotify>
  170. </action>
  171. </item>
  172. </menu>
  173. <menu id="apps-term-menu" label="Terminals">
  174. <item label="Termite">
  175. <action name="Execute">
  176. <command>termite</command>
  177. </action>
  178. </item>
  179. <item label="Urxvt">
  180. <action name="Execute">
  181. <command>urxvt</command>
  182. <startupnotify>
  183. <enabled>yes</enabled>
  184. </startupnotify>
  185. </action>
  186. </item>
  187.  
  188. <separator/>
  189. </menu>
  190. <menu id="apps-net-menu" label="Internet">
  191. <item label="Chromium">
  192. <action name="Execute">
  193. <command>chromium</command>
  194. <startupnotify>
  195. <enabled>yes</enabled>
  196. </startupnotify>
  197. </action>
  198. </item>
  199. <item label="Firefox">
  200. <action name="Execute">
  201. <command>firefox</command>
  202. <startupnotify>
  203. <enabled>yes</enabled>
  204. </startupnotify>
  205. </action>
  206. </item>
  207. <item label="Waterfox">
  208. <action name="Execute">
  209. <command>waterfox</command>
  210. <startupnotify>
  211. <enabled>yes</enabled>
  212. </startupnotify>
  213. </action>
  214. </item>
  215. <item label="Vivaldi">
  216. <action name="Execute">
  217. <command>vivaldi-stable</command>
  218. <startupnotify>
  219. <enabled>yes</enabled>
  220. </startupnotify>
  221. </action>
  222. </item>
  223. <item label="Opera">
  224. <action name="Execute">
  225. <command>opera</command>
  226. <startupnotify>
  227. <enabled>yes</enabled>
  228. </startupnotify>
  229. </action>
  230. </item>
  231. <separator/>
  232. <item label="Netflix">
  233. <action name="Execute">
  234. <command>chromium https://www.netflix.com/browse</command>
  235. <startupnotify>
  236. <enabled>yes</enabled>
  237. </startupnotify>
  238. </action>
  239. </item>
  240. <item label="Soulseek">
  241. <action name="Execute">
  242. <command>/mnt/01a34d2b-540a-4805-a70e-0f6be1f5563a/usr/bin/SoulseekQt-2016-1-17-64bit</command>
  243. <startupnotify>
  244. <enabled>yes</enabled>
  245. </startupnotify>
  246. </action>
  247. </item>
  248. <item label="Transmission">
  249. <action name="Execute">
  250. <command>transmission-gtk</command>
  251. <startupnotify>
  252. <enabled>yes</enabled>
  253. </startupnotify>
  254. </action>
  255. </item>
  256. <separator/>
  257. <item label="Hex Chat">
  258. <action name="Execute">
  259. <command>hexchat</command>
  260. <startupnotify>
  261. <enabled>yes</enabled>
  262. </startupnotify>
  263. </action>
  264. </item>
  265. <separator/>
  266. <item label="Filezilla">
  267. <action name="Execute">
  268. <command>filezilla</command>
  269. <startupnotify>
  270. <enabled>yes</enabled>
  271. </startupnotify>
  272. </action>
  273. </item>
  274. <separator/>
  275. <menu execute="/usr/bin/al-openbox-menus-network" id="pipe-network" label="Network" />
  276. <separator/>
  277. <menu id="email-menu" label="Email">
  278. <item label="Nylas Mail">
  279. <action name="Execute">
  280. <command>nylas-mail</command>
  281. <startupnotify>
  282. <enabled>yes</enabled>
  283. </startupnotify>
  284. </action>
  285. </item>
  286. <item label="Thunderbird">
  287. <action name="Execute">
  288. <command>thunderbird</command>
  289. <startupnotify>
  290. <enabled>yes</enabled>
  291. </startupnotify>
  292. </action>
  293. </item>
  294. <separator/>
  295. <item label="Gmail">
  296. <action name="Execute">
  297. <command>waterfox https://mail.google.com/mail/u/0/#inbox</command>
  298. <startupnotify>
  299. <enabled>yes</enabled>
  300. </startupnotify>
  301. </action>
  302. </item>
  303. <item label="ProtonMail">
  304. <action name="Execute">
  305. <command>waterfox https://mail.protonmail.com/login</command>
  306. <startupnotify>
  307. <enabled>yes</enabled>
  308. </startupnotify>
  309. </action>
  310. </item>
  311. <item label="iCloud">
  312. <action name="Execute">
  313. <command>waterfox https://www.icloud.com/#mail</command>
  314. <startupnotify>
  315. <enabled>yes</enabled>
  316. </startupnotify>
  317. </action>
  318. </item>
  319. </menu>
  320. </menu>
  321. <menu id="apps-office-menu" label="Office">
  322. <item label="Google Drive">
  323. <action name="Execute">
  324. <execute>waterfox https://drive.google.com/</execute>
  325. </action>
  326. </item>
  327. <item label="Google Docs">
  328. <action name="Execute">
  329. <execute>waterfox https://docs.google.com/</execute>
  330. </action>
  331. </item>
  332. <separator/>
  333. <item label="LibreOffice Base">
  334. <action name="Execute">
  335. <command>libreoffice -base</command>
  336. </action>
  337. </item>
  338. <item label="LibreOffice Calc">
  339. <action name="Execute">
  340. <command>libreoffice -calc</command>
  341. </action>
  342. </item>
  343. <item label="LibreOffice Draw">
  344. <action name="Execute">
  345. <command>libreoffice -draw</command>
  346. </action>
  347. </item>
  348. <item label="LibreOffice Impress">
  349. <action name="Execute">
  350. <command>libreoffice -impress</command>
  351. </action>
  352. </item>
  353. <item label="LibreOffice Math">
  354. <action name="Execute">
  355. <command>libreoffice -math</command>
  356. </action>
  357. </item>
  358. <item label="LibreOffice Printer Admin">
  359. <action name="Execute">
  360. <command>libreoffice-printeradmin</command>
  361. </action>
  362. </item>
  363. <item label="LibreOffice Writer">
  364. <action name="Execute">
  365. <command>libreoffice -writer</command>
  366. </action>
  367. </item>
  368. </menu>
  369. <menu id="apps-multimedia-menu" label="Multimedia">
  370. <item label="Audacious">
  371. <action name="Execute">
  372. <command>audacious</command>
  373. <startupnotify>
  374. <enabled>yes</enabled>
  375. </startupnotify>
  376. </action>
  377. </item>
  378. <item label="VLC Player">
  379. <action name="Execute">
  380. <command>vlc</command>
  381. <startupnotify>
  382. <enabled>yes</enabled>
  383. </startupnotify>
  384. </action>
  385. </item>
  386. <item label="MPV Player">
  387. <action name="Execute">
  388. <command>mpv</command>
  389. <startupnotify>
  390. <enabled>yes</enabled>
  391. </startupnotify>
  392. </action>
  393. </item>
  394. <item label="Sonata Player">
  395. <action name="Execute">
  396. <command>sonata</command>
  397. <startupnotify>
  398. <enabled>yes</enabled>
  399. </startupnotify>
  400. </action>
  401. </item>
  402. <item label="Ncmpcpp">
  403. <action name="Execute">
  404. <command>urxvt -e ncmpcpp -S visualizer</command>
  405. <startupnotify>
  406. <enabled>yes</enabled>
  407. </startupnotify>
  408. </action>
  409. </item>
  410. <item label="EasyTag Editor">
  411. <action name="Execute">
  412. <command>easytag</command>
  413. <startupnotify>
  414. <enabled>yes</enabled>
  415. </startupnotify>
  416. </action>
  417. </item>
  418. <item label="Visualiser">
  419. <action name="Execute">
  420. <command>urxvt -e cava</command>
  421. <startupnotify>
  422. <enabled>yes</enabled>
  423. </startupnotify>
  424. </action>
  425. </item>
  426. <separator/>
  427. <item label="Equaliser">
  428. <action name="Execute">
  429. <command>pulseaudio-equalizer-gtk</command>
  430. <startupnotify>
  431. <enabled>yes</enabled>
  432. </startupnotify>
  433. </action>
  434. </item>
  435. <separator/>
  436. <menu execute="/usr/bin/al-openbox-menus-audio" id="pipe-audio" label="Audio Control" />
  437. </menu>
  438. <menu id="apps-fileman-menu" label="File Managers">
  439. <item label="SpaceFM">
  440. <action name="Execute">
  441. <command>spacefm</command>
  442. <startupnotify>
  443. <enabled>yes</enabled>
  444. </startupnotify>
  445. </action>
  446. </item>
  447. <item label="PCmanFM">
  448. <action name="Execute">
  449. <command>pcmanfm</command>
  450. <startupnotify>
  451. <enabled>yes</enabled>
  452. </startupnotify>
  453. </action>
  454. </item>
  455. <item label="Thunar">
  456. <action name="Execute">
  457. <command>thunar</command>
  458. <startupnotify>
  459. <enabled>yes</enabled>
  460. </startupnotify>
  461. </action>
  462. </item>
  463. <separator/>
  464. <item label="Ranger">
  465. <action name="Execute">
  466. <command>urxvt -e ranger</command>
  467. <startupnotify>
  468. <enabled>yes</enabled>
  469. </startupnotify>
  470. </action>
  471. </item>
  472. </menu>
  473. <menu id="apps-graphics-menu" label="Graphics">
  474. <item label="The GIMP">
  475. <action name="Execute">
  476. <command>gimp</command>
  477. <startupnotify>
  478. <enabled>yes</enabled>
  479. </startupnotify>
  480. </action>
  481. </item>
  482. <item label="Feh Viewer">
  483. <action name="Execute">
  484. <command>feh</command>
  485. <startupnotify>
  486. <enabled>yes</enabled>
  487. </startupnotify>
  488. </action>
  489. </item>
  490. <item label="Gpicview">
  491. <action name="Execute">
  492. <command>gpicview</command>
  493. <startupnotify>
  494. <enabled>yes</enabled>
  495. </startupnotify>
  496. </action>
  497. </item>
  498. <item label="Inkscape">
  499. <action name="Execute">
  500. <command>inkscape</command>
  501. <startupnotify>
  502. <enabled>yes</enabled>
  503. </startupnotify>
  504. </action>
  505. </item>
  506. <item label="Gpick Colour Picker">
  507. <action name="Execute">
  508. <command>gpick</command>
  509. <startupnotify>
  510. <enabled>yes</enabled>
  511. </startupnotify>
  512. </action>
  513. </item>
  514. </menu>
  515. <menu id="games-menu" label="Games">
  516. <item label="Minecraft">
  517. <action name="Execute">
  518. <command>minecraft</command>
  519. <startupnotify>
  520. <enabled>yes</enabled>
  521. </startupnotify>
  522. </action>
  523. </item>
  524. <item label="Steam">
  525. <action name="steam">
  526. <command>minecraft</command>
  527. <startupnotify>
  528. <enabled>yes</enabled>
  529. </startupnotify>
  530. </action>
  531. </item>
  532. </menu>
  533.  
  534. <separator/>
  535. <menu id="system-menu" label="System">
  536.  
  537. <menu id="system-menu-25831" label="Edit Settings">
  538. <item label="Edit menu.xml">
  539. <action name="Execute">
  540. <execute>geany ~/.config/openbox/menu.xml</execute>
  541. </action>
  542. </item>
  543. <item label="Edit rc.xml">
  544. <action name="Execute">
  545. <execute>geany ~/.config/openbox/rc.xml</execute>
  546. </action>
  547. </item>
  548. <item label="Edit autostart">
  549. <action name="Execute">
  550. <execute>geany ~/.config/openbox/autostart</execute>
  551. </action>
  552. </item>
  553. <item label="Edit .Xresources">
  554. <action name="Execute">
  555. <execute>geany ~/.Xresources</execute>
  556. </action>
  557. </item>
  558. <item label="Edit tint2rc">
  559. <action name="Execute">
  560. <execute>geany ~/.config/tint2/tint2rc</execute>
  561. </action>
  562. </item>
  563. <item label="Edit compton.conf">
  564. <action name="Execute">
  565. <execute>geany ~/.config/compton.conf</execute>
  566. </action>
  567. </item>
  568. <item label="Edit pacman.conf">
  569. <action name="Execute">
  570. <execute>gksu geany /etc/pacman.conf</execute>
  571. </action>
  572. </item>
  573. <separator/>
  574. <item label="obMenu GUI">
  575. <action name="Execute">
  576. <execute>obmenu</execute>
  577. </action>
  578. </item>
  579. <item label="OBKey GUI">
  580. <action name="Execute">
  581. <command>obkey</command>
  582. <startupnotify>
  583. <enabled>yes</enabled>
  584. </startupnotify>
  585. </action>
  586. </item>
  587. <item label="Tint2 GUI">
  588. <action name="Execute">
  589. <execute>tint2conf</execute>
  590. </action>
  591. </item>
  592. <item label="XFCE4 Settings">
  593. <action name="Execute">
  594. <command>xfce4-settings-manager</command>
  595. <startupnotify>
  596. <enabled>yes</enabled>
  597. </startupnotify>
  598. </action>
  599. </item>
  600. <separator/>
  601. <item label="Merge .Xresources">
  602. <action name="Execute">
  603. <execute>urxvt -T "Merge Resources" -e xrdb -merge ~/.Xresources</execute>
  604. </action>
  605. </item>
  606. <separator/>
  607. <item label="File Manager As Root">
  608. <action name="Execute">
  609. <command>
  610. gksudo thunar
  611. </command>
  612. </action>
  613. </item>
  614. <item label="Text Editor As Root">
  615. <action name="Execute">
  616. <command>
  617. gksudo geany
  618. </command>
  619. </action>
  620. </item>
  621. <item label="Terminal As Root">
  622. <action name="Execute">
  623. <command>
  624. gksudo termite
  625. </command>
  626. </action>
  627. </item>
  628. </menu>
  629. <menu id="system-menu-434711" label="Add Remove Software">
  630. <item label="Update System">
  631. <action name="Execute">
  632. <execute>urxvt -e pacli</execute>
  633. </action>
  634. </item>
  635. <item label="Package Manager">
  636. <action name="Execute">
  637. <command>pamac-manager</command>
  638. <startupnotify>
  639. <enabled>yes</enabled>
  640. </startupnotify>
  641. </action>
  642. </item>
  643. </menu>
  644. <menu id="system-menu-703733" label="Appearance Settings">
  645. <item label="Openbox Configuration Manager">
  646. <action name="Execute">
  647. <command>obconf</command>
  648. <startupnotify>
  649. <enabled>yes</enabled>
  650. </startupnotify>
  651. </action>
  652. </item>
  653. <item label="lxAppearance">
  654. <action name="Execute">
  655. <command>lxappearance</command>
  656. <startupnotify>
  657. <enabled>yes</enabled>
  658. </startupnotify>
  659. </action>
  660. </item>
  661. <item label="XFCE4 Appearance">
  662. <action name="Execute">
  663. <command>xfce4-appearance-settings</command>
  664. <startupnotify>
  665. <enabled>yes</enabled>
  666. </startupnotify>
  667. </action>
  668. </item>
  669. <item label="Mouse Appearance">
  670. <action name="Execute">
  671. <command>xfce4-mouse-settings</command>
  672. <startupnotify>
  673. <enabled>yes</enabled>
  674. </startupnotify>
  675. </action>
  676. </item>
  677. <item label="Tint2 Settings">
  678. <action name="Execute">
  679. <command>tint2conf</command>
  680. <startupnotify>
  681. <enabled>yes</enabled>
  682. </startupnotify>
  683. </action>
  684. </item>
  685. <item label="LightDM Appearance">
  686. <action name="Execute">
  687. <execute>gksudo lightdm-gtk-greeter-settings</execute>
  688. </action>
  689. </item>
  690. <item label="Screensaver">
  691. <action name="Execute">
  692. <command>xscreensaver</command>
  693. <startupnotify>
  694. <enabled>yes</enabled>
  695. </startupnotify>
  696. </action>
  697. </item>
  698. <item label="Notifications">
  699. <action name="Execute">
  700. <command>xfce4-notifyd-config</command>
  701. <startupnotify>
  702. <enabled>yes</enabled>
  703. </startupnotify>
  704. </action>
  705. </item>
  706. <separator/>
  707. <item label="Choose Wallpaper">
  708. <action name="Execute">
  709. <command>nitrogen</command>
  710. <startupnotify>
  711. <enabled>yes</enabled>
  712. </startupnotify>
  713. </action>
  714. </item>
  715. </menu>
  716. <menu execute="/usr/bin/al-conky-pipemenu" id="pipe-conky" label="Conky Settings" />
  717. <menu execute="/usr/bin/al-tint2-pipemenu" id="pipe-tint2" label="Tint2 Settings" />
  718. <separator/>
  719. <menu id="root-menu-11169" label="System Tools">
  720. <item label="System Monitor">
  721. <action name="Execute">
  722. <command>gnome-system-monitor</command>
  723. </action>
  724. </item>
  725. <separator/>
  726. <item label="Pulse Audio Preferences">
  727. <action name="Execute">
  728. <command>pavucontrol</command>
  729. </action>
  730. </item>
  731. <item label="ALSA Preferences">
  732. <action name="Execute">
  733. <command>urxvt -e alsamixer</command>
  734. </action>
  735. </item>
  736. <separator/>
  737. <item label="Slurm Network Monitor">
  738. <action name="Execute">
  739. <command>urxvt -e slurm -i enp2s0</command>
  740. </action>
  741. </item>
  742. <item label="Htop Process Viewer">
  743. <action name="Execute">
  744. <command>urxvt -e htop</command>
  745. </action>
  746. </item>
  747. <item label="Glances System Monitor">
  748. <action name="Execute">
  749. <command>urxvt -e glances</command>
  750. </action>
  751. </item>
  752. <item label="Lftp FTP Client">
  753. <action name="Execute">
  754. <command>urxvt -e lftp</command>
  755. <startupnotify>
  756. <enabled>yes</enabled>
  757. </startupnotify>
  758. </action>
  759. </item>
  760. <item label="Speedtest CLI">
  761. <action name="Execute">
  762. <command>urxvt -e speedtest</command>
  763. </action>
  764. </item>
  765. <item label="Gnome Disks">
  766. <action name="Execute">
  767. <command>gnome-disks</command>
  768. </action>
  769. </item>
  770. <item label="Scrot">
  771. <action name="Execute">
  772. <command>scrot -d 5</command>
  773. <startupnotify>
  774. <enabled>yes</enabled>
  775. </startupnotify>
  776. </action>
  777. </item>
  778. </menu>
  779. <menu execute="/usr/bin/al-openbox-menus-displays" id="pipe-displays" label="Display Settings" />
  780. <menu execute="/usr/bin/al-compositor" id="compositing-pipemenu" label="Compositing" />
  781. <menu execute="/usr/bin/al-openbox-menus-power-management" id="pipe-power" label="Power Settings" />
  782. <separator/>
  783. <menu execute="/usr/bin/al-help-pipemenu" id="pipe-help&res" label="Help &amp; Resources" />
  784. <menu execute="/usr/bin/al-kb-pipemenu" id="pipe-kb" label="Keybindings" />
  785.  
  786. <separator/>
  787. <item label="Reconfigure Openbox">
  788. <action name="Reconfigure"/>
  789. </item>
  790. <item label="Restart Openbox">
  791. <action name="Restart"/>
  792. </item>
  793. </menu>
  794. <menu id="places menu" label="Places">
  795.  
  796. <menu id="client-list-menu"/>
  797. <menu execute="/bin/al-recent-files-pipemenu" id="pipe-recentplaces" label="Recents"/>
  798. <menu execute="/bin/al-places-pipemenu" id="pipe-places" label="Places"/>
  799. </menu>
  800.  
  801. <separator/>
  802. <menu id="logout-menu" label="Exit">
  803.  
  804. <item label="Lock Screen">
  805. <action name="Execute">
  806. <execute>slimlock</execute>
  807. </action>
  808. </item>
  809. <item label="Exit">
  810. <action name="Execute">
  811. <execute>oblogout</execute>
  812. </action>
  813. </item>
  814. </menu>
  815. </menu>
  816. </item>
  817.  
  818. <item label=" ─────────────"></item>
  819. <item label=" Web Browser">
  820. <action name="Execute">
  821. <execute>waterfox</execute>
  822. </action>
  823. </item>
  824. <separator/>
  825. <item label=" Check Email">
  826. <action name="Execute">
  827. <execute>waterfox https://mail.google.com/mail/u/0/#inbox</execute>
  828. </action>
  829. </item>
  830. <separator/>
  831. <item label=" File Manager">
  832. <action name="Execute">
  833. <execute>thunar</execute>
  834. </action>
  835. </item>
  836. <separator/>
  837. <item label=" Music Player">
  838. <action name="Execute">
  839. <execute>audacious</execute>
  840. </action>
  841. </item>
  842. <separator/>
  843. <item label=" Terminal">
  844. <action name="Execute">
  845. <execute>termite</execute>
  846. </action>
  847. </item>
  848. <item label=" ─────────────"></item>
  849. <separator/>
  850. <item label=" ">
  851. <action name="Execute">
  852. <startupnotify><enabled>false</enabled></startupnotify>
  853. <command>sh -c "$HOME/.local/scripts/rofi/session-management.sh"</command>
  854. </action>
  855. </item>
  856.  
  857. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement