Advertisement
Dobbie03

menu.xmll

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