menu.xml 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openbox_menu>
  3. <!--<menu id="digitsobmenu000" label="digitsobmenu">
  4. <item label="fish-shell">
  5. <action name="Execute">-->
  6. <!--<prompt>want to launch fish in xterm?</prompt>-->
  7. <!-- <command>xterm -e fish </command>
  8. </action>
  9. </item>
  10. <item label="Reconfigure Openbox">
  11. <action name="Execute">
  12. <command>openbox --reconfigure</command>
  13. </action>
  14. </item>
  15. </menu>-->
  16. <!-- well, this isnt working, it might as well be off for now, until mended -->
  17. <!-- no... ok, it complained... so i'll leave this here after all then. :3 -->
  18. <menu id="root-menu" label="Openbox 3">
  19. <separator label="Menu is changing"/>
  20. <!-- <item label="herbstluftwm!!">
  21. <action name="Restart">
  22. <command>herbstluftwm</command>
  23. </action>
  24. </item> --> <!-- taking this off, while got one at bottom, which should work. and this way my fave st's right there.-->
  25. <!-- would like to get these launching without decoration-->
  26. <separator label="st"/>
  27. <item label="st-007-023 found - 18 pixel">
  28. <action name="Execute">
  29. <command>/home/digit/gittings/sts/st007/st/st-007-023 -f nztt:pixelsize=18
  30. </command>
  31. </action>
  32. </item>
  33. <item label="st-007-023 found - 12 pixel">
  34. <action name="Execute">
  35. <command>/home/digit/gittings/sts/st007/st/st-007-023 -f nztt:pixelsize=12</command>
  36. </action>
  37. </item>
  38. <item label="st-007-023 found 6pixelperfect">
  39. <action name="Execute">
  40. <command>/home/digit/gittings/sts/st007/st/st-007-023 -f nztt:pixelsize=6</command>
  41. </action>
  42. </item>
  43. <item label="st">
  44. <action name="Execute">
  45. <command>st</command>
  46. </action>
  47. </item>
  48. <item label="st006-019">
  49. <action name="Execute">
  50. <command>/home/digit/gittings/sts/st006/st/st-006-019</command>
  51. </action>
  52. </item>
  53. <item label="st006-038">
  54. <action name="Execute">
  55. <command>/home/digit/gittings/sts/st006/st/st-006-038</command>
  56. </action>
  57. </item>
  58. <item label="st006-057">
  59. <action name="Execute">
  60. <command>/home/digit/gittings/sts/st006/st/st-006-057</command>
  61. </action>
  62. </item>
  63. <item label="st007-019">
  64. <action name="Execute">
  65. <command>/home/digit/gittings/sts/st007/st/st-007-019</command>
  66. </action>
  67. </item>
  68. <item label="st007-038">
  69. <action name="Execute">
  70. <command>/home/digit/gittings/sts/st007/st/st-007-038</command>
  71. </action>
  72. </item>
  73. <item label="st007-057">
  74. <action name="Execute">
  75. <command>/home/digit/gittings/sts/st007/st/st-007-057</command>
  76. </action>
  77. </item>
  78. <menu id="other st" label="other st">
  79. <separator label="other st"/>
  80. <!-- nope.
  81. <item label="st002">
  82. <action name="Execute">
  83. <command>/home/digit/gittings/sts/st002/st/st</command>
  84. </action>
  85. </item>
  86. -->
  87. <item label="st003">
  88. <action name="Execute">
  89. <command>/home/digit/gittings/sts/st003/st/st</command>
  90. </action>
  91. </item>
  92. <item label="st004">
  93. <action name="Execute">
  94. <command>/home/digit/gittings/sts/st004/st/st</command>
  95. </action>
  96. </item>
  97. <item label="st005 * ... not yet">
  98. <action name="Execute">
  99. <command>/home/digit/gittings/sts/st005/st/st</command>
  100. </action>
  101. </item>
  102. <item label="st006, see others 006s too">
  103. <action name="Execute">
  104. <command>/home/digit/gittings/sts/st006/st/st-006-011</command>
  105. </action>
  106. </item>
  107. <item label="st006-012">
  108. <action name="Execute">
  109. <command>/home/digit/gittings/sts/st006/st/st-006-012</command>
  110. </action>
  111. </item>
  112. <item label="st006-015">
  113. <action name="Execute">
  114. <command>/home/digit/gittings/sts/st006/st/st-006-015</command>
  115. </action>
  116. </item>
  117. <item label="st006-026 ... yet?">
  118. <action name="Execute">
  119. <command>/home/digit/gittings/sts/st006/st/st-006-026</command>
  120. </action>
  121. </item>
  122. <item label="terminal (digst)">
  123. <action name="Execute">
  124. <command>/home/digit/bin/st -f nztt:pixelsize=6</command>
  125. </action>
  126. </item>
  127. <item label="st006-015">
  128. <action name="Execute">
  129. <command>/home/digit/gittings/sts/st006/st/st-006-015</command>
  130. </action>
  131. </item>
  132. <item label="st006-016">
  133. <action name="Execute">
  134. <command>/home/digit/gittings/sts/st006/st/st-006-016</command>
  135. </action>
  136. </item>
  137. <item label="st006-017">
  138. <action name="Execute">
  139. <command>/home/digit/gittings/sts/st006/st/st-006-017</command>
  140. </action>
  141. </item>
  142. <item label="st006-018">
  143. <action name="Execute">
  144. <command>/home/digit/gittings/sts/st006/st/st-006-018</command>
  145. </action>
  146. </item>
  147. <item label="st006-019">
  148. <action name="Execute">
  149. <command>/home/digit/gittings/sts/st006/st/st-006-019</command>
  150. </action>
  151. </item>
  152. <item label="st006-020">
  153. <action name="Execute">
  154. <command>/home/digit/gittings/sts/st006/st/st-006-020</command>
  155. </action>
  156. </item>
  157. <item label="st006-021">
  158. <action name="Execute">
  159. <command>/home/digit/gittings/sts/st006/st/st-006-021</command>
  160. </action>
  161. </item>
  162. <item label="st006-022">
  163. <action name="Execute">
  164. <command>/home/digit/gittings/sts/st006/st/st-006-022</command>
  165. </action>
  166. </item>
  167. <item label="st006-023 * ... not yet">
  168. <action name="Execute">
  169. <command>/home/digit/gittings/sts/st006/st/st-006-023</command>
  170. </action>
  171. </item>
  172. <item label="st006-024">
  173. <action name="Execute">
  174. <command>/home/digit/gittings/sts/st006/st/st-006-024</command>
  175. </action>
  176. </item>
  177. <item label="st006-025">
  178. <action name="Execute">
  179. <command>/home/digit/gittings/sts/st006/st/st-006-025</command>
  180. </action>
  181. </item>
  182. <item label="st006-026">
  183. <action name="Execute">
  184. <command>/home/digit/gittings/sts/st006/st/st-006-026</command>
  185. </action>
  186. </item>
  187. <item label="st006-026 ... yet?">
  188. <action name="Execute">
  189. <command>/home/digit/gittings/sts/st006/st/st-006-026</command>
  190. </action>
  191. </item>
  192. <item label="st006-032">
  193. <action name="Execute">
  194. <command>/home/digit/gittings/sts/st006/st/st-006-032</command>
  195. </action>
  196. </item>
  197. <item label="st006-033">
  198. <action name="Execute">
  199. <command>/home/digit/gittings/sts/st006/st/st-006-033</command>
  200. </action>
  201. </item>
  202. <item label="st006-038">
  203. <action name="Execute">
  204. <command>/home/digit/gittings/sts/st006/st/st-006-038</command>
  205. </action>
  206. </item>
  207. <item label="st006-039">
  208. <action name="Execute">
  209. <command>/home/digit/gittings/sts/st006/st/st-006-039</command>
  210. </action>
  211. </item>
  212. <item label="st006-040">
  213. <action name="Execute">
  214. <command>/home/digit/gittings/sts/st006/st/st-006-040</command>
  215. </action>
  216. </item>
  217. <item label="st006-041">
  218. <action name="Execute">
  219. <command>/home/digit/gittings/sts/st006/st/st-006-041</command>
  220. </action>
  221. </item>
  222. <item label="st006-042">
  223. <action name="Execute">
  224. <command>/home/digit/gittings/sts/st006/st/st-006-042</command>
  225. </action>
  226. </item>
  227. <item label="st006-043">
  228. <action name="Execute">
  229. <command>/home/digit/gittings/sts/st006/st/st-006-043</command>
  230. </action>
  231. </item>
  232. <item label="st006-044">
  233. <action name="Execute">
  234. <command>/home/digit/gittings/sts/st006/st/st-006-044</command>
  235. </action>
  236. </item>
  237. <item label="st006-045">
  238. <action name="Execute">
  239. <command>/home/digit/gittings/sts/st006/st/st-006-045</command>
  240. </action>
  241. </item>
  242. <item label="st006-046">
  243. <action name="Execute">
  244. <command>/home/digit/gittings/sts/st006/st/st-006-046</command>
  245. </action>
  246. </item>
  247. <item label="st006-047">
  248. <action name="Execute">
  249. <command>/home/digit/gittings/sts/st006/st/st-006-047</command>
  250. </action>
  251. </item>
  252. <item label="st006-047">
  253. <action name="Execute">
  254. <command>/home/digit/gittings/sts/st006/st/st-006-047</command>
  255. </action>
  256. </item>
  257. <item label="st006-048-seasickshirly">
  258. <action name="Execute">
  259. <command>/home/digit/gittings/sts/st006/st/st-006-048-seasickshirly</command>
  260. </action>
  261. </item>
  262. <item label="st006-049">
  263. <action name="Execute">
  264. <command>/home/digit/gittings/sts/st006/st/st-006-049</command>
  265. </action>
  266. </item>
  267. <item label="st006-050">
  268. <action name="Execute">
  269. <command>/home/digit/gittings/sts/st006/st/st-006-050</command>
  270. </action>
  271. </item>
  272. <item label="st006-051">
  273. <action name="Execute">
  274. <command>/home/digit/gittings/sts/st006/st/st-006-051</command>
  275. </action>
  276. </item>
  277. <item label="st006-052">
  278. <action name="Execute">
  279. <command>/home/digit/gittings/sts/st006/st/st-006-052</command>
  280. </action>
  281. </item>
  282. <item label="st006-053">
  283. <action name="Execute">
  284. <command>/home/digit/gittings/sts/st006/st/st-006-053</command>
  285. </action>
  286. </item>
  287. <item label="st006-054">
  288. <action name="Execute">
  289. <command>/home/digit/gittings/sts/st006/st/st-006-054</command>
  290. </action>
  291. </item>
  292. <item label="st006-055">
  293. <action name="Execute">
  294. <command>/home/digit/gittings/sts/st006/st/st-006-055</command>
  295. </action>
  296. </item>
  297. <item label="st006-056">
  298. <action name="Execute">
  299. <command>/home/digit/gittings/sts/st006/st/st-006-056</command>
  300. </action>
  301. </item>
  302. <item label="st006-057">
  303. <action name="Execute">
  304. <command>/home/digit/gittings/sts/st006/st/st-006-057</command>
  305. </action>
  306. </item>
  307. <item label="st006-058">
  308. <action name="Execute">
  309. <command>/home/digit/gittings/sts/st006/st/st-006-058</command>
  310. </action>
  311. </item>
  312. <item label="st006-059">
  313. <action name="Execute">
  314. <command>/home/digit/gittings/sts/st006/st/st-006-059</command>
  315. </action>
  316. </item>
  317. <item label="st006-060">
  318. <action name="Execute">
  319. <command>/home/digit/gittings/sts/st006/st/st-006-060</command>
  320. </action>
  321. </item>
  322. <item label="st006-061">
  323. <action name="Execute">
  324. <command>/home/digit/gittings/sts/st006/st/st-006-061</command>
  325. </action>
  326. </item>
  327. <item label="st006-062">
  328. <action name="Execute">
  329. <command>/home/digit/gittings/sts/st006/st/st-006-062</command>
  330. </action>
  331. </item>
  332. <item label="st006-063">
  333. <action name="Execute">
  334. <command>/home/digit/gittings/sts/st006/st/st-006-063</command>
  335. </action>
  336. </item>
  337. <item label="st006-064">
  338. <action name="Execute">
  339. <command>/home/digit/gittings/sts/st006/st/st-006-064</command>
  340. </action>
  341. </item>
  342. <item label="st006-065">
  343. <action name="Execute">
  344. <command>/home/digit/gittings/sts/st006/st/st-006-065</command>
  345. </action>
  346. </item>
  347. <item label="st006-066">
  348. <action name="Execute">
  349. <command>/home/digit/gittings/sts/st006/st/st-006-066</command>
  350. </action>
  351. </item>
  352. <item label="st006-067">
  353. <action name="Execute">
  354. <command>/home/digit/gittings/sts/st006/st/st-006-067</command>
  355. </action>
  356. </item>
  357. <item label="st006-068">
  358. <action name="Execute">
  359. <command>/home/digit/gittings/sts/st006/st/st-006-068</command>
  360. </action>
  361. </item>
  362. <item label="st006-069">
  363. <action name="Execute">
  364. <command>/home/digit/gittings/sts/st006/st/st-006-069</command>
  365. </action>
  366. </item>
  367. <item label="st006-070">
  368. <action name="Execute">
  369. <command>/home/digit/gittings/sts/st006/st/st-006-070</command>
  370. </action>
  371. </item>
  372. <item label="st006-071">
  373. <action name="Execute">
  374. <command>/home/digit/gittings/sts/st006/st/st-006-071</command>
  375. </action>
  376. </item>
  377. <item label="st006-072 (smplbak2i based) brute sweet">
  378. <action name="Execute">
  379. <command>/home/digit/gittings/sts/st006/st/st-006-072</command>
  380. </action>
  381. </item>
  382. <item label="st006-073 (smplbak2i based) fairly lush">
  383. <action name="Execute">
  384. <command>/home/digit/gittings/sts/st006/st/st-006-073</command>
  385. </action>
  386. </item>
  387. <item label="st006-074 (smplbak2i based) darkbrokenish">
  388. <action name="Execute">
  389. <command>/home/digit/gittings/sts/st006/st/st-006-074</command>
  390. </action>
  391. </item>
  392. <item label="st006-075 (smplbak2i based) dark">
  393. <action name="Execute">
  394. <command>/home/digit/gittings/sts/st006/st/st-006-075</command>
  395. </action>
  396. </item>
  397. </menu>
  398. <menu id="other st 2" label="other st 2 O076-119)">
  399. <separator label="other st 2"/>
  400. <item label="st006-076">
  401. <action name="Execute">
  402. <command>/home/digit/gittings/sts/st006/st/st-006-076</command>
  403. </action>
  404. </item>
  405. <item label="st006-077 duney glows">
  406. <action name="Execute">
  407. <command>/home/digit/gittings/sts/st006/st/st-006-077</command>
  408. </action>
  409. </item>
  410. <item label="st006-078">
  411. <action name="Execute">
  412. <command>/home/digit/gittings/sts/st006/st/st-006-078</command>
  413. </action>
  414. </item>
  415. <item label="st006-079">
  416. <action name="Execute">
  417. <command>/home/digit/gittings/sts/st006/st/st-006-079</command>
  418. </action>
  419. </item>
  420. <item label="st006-080">
  421. <action name="Execute">
  422. <command>/home/digit/gittings/sts/st006/st/st-006-080</command>
  423. </action>
  424. </item>
  425. <item label="st006-081">
  426. <action name="Execute">
  427. <command>/home/digit/gittings/sts/st006/st/st-006-081</command>
  428. </action>
  429. </item>
  430. <item label="st006-082">
  431. <action name="Execute">
  432. <command>/home/digit/gittings/sts/st006/st/st-006-082</command>
  433. </action>
  434. </item>
  435. <item label="st006-084-sunnyspecial">
  436. <action name="Execute">
  437. <command>/home/digit/gittings/sts/st006/st/st-006-084-sunnyspecial</command>
  438. </action>
  439. </item>
  440. <item label="st006-085-nearlywhite">
  441. <action name="Execute">
  442. <command>/home/digit/gittings/sts/st006/st/st-006-085-nearlywhite</command>
  443. </action>
  444. </item>
  445. <item label="st-007-000">
  446. <action name="Execute">
  447. <command>/home/digit/gittings/sts/st007/st/st-007-000</command>
  448. </action>
  449. </item>
  450. <item label="st-007-001">
  451. <action name="Execute">
  452. <command>/home/digit/gittings/sts/st007/st/st-007-001</command>
  453. </action>
  454. </item>
  455. <item label="st-007-002">
  456. <action name="Execute">
  457. <command>/home/digit/gittings/sts/st007/st/st-007-002</command>
  458. </action>
  459. </item>
  460. <item label="st-007-003">
  461. <action name="Execute">
  462. <command>/home/digit/gittings/sts/st007/st/st-007-003</command>
  463. </action>
  464. </item>
  465. <item label="st-007-004">
  466. <action name="Execute">
  467. <command>/home/digit/gittings/sts/st007/st/st-007-004</command>
  468. </action>
  469. </item>
  470. <item label="st-007-005">
  471. <action name="Execute">
  472. <command>/home/digit/gittings/sts/st007/st/st-007-005</command>
  473. </action>
  474. </item>
  475. <item label="st-007-006">
  476. <action name="Execute">
  477. <command>/home/digit/gittings/sts/st007/st/st-007-006</command>
  478. </action>
  479. </item>
  480. <item label="st-007-007">
  481. <action name="Execute">
  482. <command>/home/digit/gittings/sts/st007/st/st-007-007</command>
  483. </action>
  484. </item>
  485. <item label="st-007-008">
  486. <action name="Execute">
  487. <command>/home/digit/gittings/sts/st007/st/st-007-008</command>
  488. </action>
  489. </item>
  490. <item label="st-007-009 lovely bit of kit">
  491. <action name="Execute">
  492. <command>/home/digit/gittings/sts/st007/st/st-007-009</command>
  493. </action>
  494. </item>
  495. <item label="st-007-010 tasty burger">
  496. <action name="Execute">
  497. <command>/home/digit/gittings/sts/st007/st/st-007-010</command>
  498. </action>
  499. </item>
  500. <item label="st-007-011 amber gradient 1">
  501. <action name="Execute">
  502. <command>/home/digit/gittings/sts/st007/st/st-007-011</command>
  503. </action>
  504. </item>
  505. <item label="st-007-012 if026sblueweregreysowineymauve">
  506. <action name="Execute">
  507. <command>/home/digit/gittings/sts/st007/st/st-007-012</command>
  508. </action>
  509. </item>
  510. <item label="st-007-013 3 tone straight jacket">
  511. <action name="Execute">
  512. <command>/home/digit/gittings/sts/st007/st/st-007-013</command>
  513. </action>
  514. </item>
  515. <item label="st-007-014 3 tone 30 softly">
  516. <action name="Execute">
  517. <command>/home/digit/gittings/sts/st007/st/st-007-014</command>
  518. </action>
  519. </item>
  520. <item label="st-007-015 3 tone 10 softly">
  521. <action name="Execute">
  522. <command>/home/digit/gittings/sts/st007/st/st-007-015</command>
  523. </action>
  524. </item>
  525. <item label="st-007-016 gladiator">
  526. <action name="Execute">
  527. <command>/home/digit/gittings/sts/st007/st/st-007-016</command>
  528. </action>
  529. </item>
  530. <item label="st-007-017">
  531. <action name="Execute">
  532. <command>/home/digit/gittings/sts/st007/st/st-007-017</command>
  533. </action>
  534. </item>
  535. <item label="st-007-018 3tone serious">
  536. <action name="Execute">
  537. <command>/home/digit/gittings/sts/st007/st/st-007-018</command>
  538. </action>
  539. </item>
  540. <item label="st-007-019 if 026 pastelized">
  541. <action name="Execute">
  542. <command>/home/digit/gittings/sts/st007/st/st-007-019</command>
  543. </action>
  544. </item>
  545. <item label="st-007-020 ...">
  546. <action name="Execute">
  547. <command>/home/digit/gittings/sts/st007/st/st-007-020</command>
  548. </action>
  549. </item>
  550. <item label="st-007-021 looking for a dollar">
  551. <action name="Execute">
  552. <command>/home/digit/gittings/sts/st007/st/st-007-021</command>
  553. </action>
  554. </item>
  555. <item label="st-007-022 seeking">
  556. <action name="Execute">
  557. <command>/home/digit/gittings/sts/st007/st/st-007-022</command>
  558. </action>
  559. </item>
  560. <item label="st-007-023 found">
  561. <action name="Execute">
  562. <command>/home/digit/gittings/sts/st007/st/st-007-023</command>
  563. </action>
  564. </item>
  565. <item label="st-007-024 iznyzyezbut">
  566. <action name="Execute">
  567. <command>/home/digit/gittings/sts/st007/st/st-007-024</command>
  568. </action>
  569. </item>
  570. <item label="st-007-025 iforgotthename">
  571. <action name="Execute">
  572. <command>/home/digit/gittings/sts/st007/st/st-007-025</command>
  573. </action>
  574. </item>
  575. <item label="st-007-026 singleskygrad">
  576. <action name="Execute">
  577. <command>/home/digit/gittings/sts/st007/st/st-007-026</command>
  578. </action>
  579. </item>
  580. <item label="st-007-026 singleskygrad test ">
  581. <action name="Execute">
  582. <command>/home/digit/gittings/sts/st007/st/st-007-026</command>
  583. </action>
  584. <action name="undecorate"/>
  585. </item>
  586. <item label="st-007-027 ">
  587. <action name="Execute">
  588. <command>/home/digit/gittings/sts/st007/st/st-007-027</command>
  589. </action>
  590. </item>
  591. <item label="st-007-028 ">
  592. <action name="Execute">
  593. <command>/home/digit/gittings/sts/st007/st/st-007-028</command>
  594. </action>
  595. </item>
  596. <item label="st-007-029 another digstyle (kinda)">
  597. <action name="Execute">
  598. <command>/home/digit/gittings/sts/st007/st/st-007-029</command>
  599. </action>
  600. </item>
  601. <item label="st-007-030 you like brown">
  602. <action name="Execute">
  603. <command>/home/digit/gittings/sts/st007/st/st-007-030</command>
  604. </action>
  605. </item>
  606. <item label="st-007-031 ">
  607. <action name="Execute">
  608. <command>/home/digit/gittings/sts/st007/st/st-007-031</command>
  609. </action>
  610. </item>
  611. <item label="st-007-032 ">
  612. <action name="Execute">
  613. <command>/home/digit/gittings/sts/st007/st/st-007-032</command>
  614. </action>
  615. </item>
  616. <item label="st-007-033 ">
  617. <action name="Execute">
  618. <command>/home/digit/gittings/sts/st007/st/st-007-033</command>
  619. </action>
  620. </item>
  621. <item label="st-007-034 ">
  622. <action name="Execute">
  623. <command>/home/digit/gittings/sts/st007/st/st-007-034</command>
  624. </action>
  625. </item>
  626. <item label="st-007-035 ">
  627. <action name="Execute">
  628. <command>/home/digit/gittings/sts/st007/st/st-007-035</command>
  629. </action>
  630. </item>
  631. <item label="st-007-036 ">
  632. <action name="Execute">
  633. <command>/home/digit/gittings/sts/st007/st/st-007-036</command>
  634. </action>
  635. </item>
  636. <item label="st-007-037 ">
  637. <action name="Execute">
  638. <command>/home/digit/gittings/sts/st007/st/st-007-037</command>
  639. </action>
  640. </item>
  641. <item label="st-007-038 ">
  642. <action name="Execute">
  643. <command>/home/digit/gittings/sts/st007/st/st-007-038</command>
  644. </action>
  645. </item>
  646. </menu>
  647. <item label="terminal (termite)">
  648. <action name="Execute">
  649. <!--<prompt>want to launch fish in xterm?</prompt>-->
  650. <!-- <command>xterm -e fish </command>-->
  651. <command>termite</command>
  652. </action>
  653. </item>
  654. <separator/>
  655. <item label="menu > jgmenu">
  656. <action name="Execute">
  657. <command>jgmenu</command>
  658. </action>
  659. </item>
  660. <item label="menu > jgmenu_run">
  661. <action name="Execute">
  662. <command>jgmenu_run</command>
  663. </action>
  664. </item>
  665. <separator/>
  666. <item label="emacs">
  667. <action name="Execute">
  668. <command>emacs</command>
  669. </action>
  670. </item>
  671. <item label="emacs 27 devuan">
  672. <action name="Execute">
  673. <command>strat devuan emacs</command>
  674. </action>
  675. </item>
  676. <item label="digitemacs2022emacs">
  677. <action name="Execute">
  678. <command>emacs -q --load "/home/digit/.emacsdigit2022emacs/init.el"</command>
  679. </action>
  680. </item>
  681. <item label="digitemacs2022emacs 28 void">
  682. <action name="Execute">
  683. <command>strat void emacs-28* -q --load "/home/digit/.emacsdigit2022emacs/init.el"</command>
  684. </action>
  685. </item>
  686. <separator/>
  687. <!-- <item label="Reconfigure Openbox">
  688. <action name="Execute">
  689. <command>openbox --reconfigure</command>
  690. </action>
  691. </item>-->
  692. <!--</menu>-->
  693. <separator label="but first"/>
  694. <menu id="other terminals" label="other terminals">
  695. <separator label="other terminals"/>
  696. <separator label="terminals"/>
  697. <item label="fish-shell in xterm">
  698. <action name="Execute">
  699. <!--<prompt>want to launch fish in xterm?</prompt>-->
  700. <command>xterm -e fish </command>
  701. </action>
  702. </item>
  703. <item label="xterm (default launch)">
  704. <action name="Execute">
  705. <!--<prompt>want to launch fish in xterm?</prompt>-->
  706. <command>xterm</command>
  707. </action>
  708. </item>
  709. <separator/>
  710. <item label="digst">
  711. <action name="Execute">
  712. <!--<prompt>want to launch fish in xterm?</prompt>-->
  713. <command>/home/digit/bin/st -f nztt:pixelsize=6</command>
  714. </action>
  715. </item>
  716. <item label="st (default launch)">
  717. <action name="Execute">
  718. <!--<prompt>want to launch fish in xterm?</prompt>-->
  719. <command>st</command>
  720. </action>
  721. </item>
  722. <item label="fish in st">
  723. <action name="Execute">
  724. <!--<prompt>want to launch fish in xterm?</prompt>-->
  725. <command>st -e fish</command>
  726. </action>
  727. </item>
  728. <separator/>
  729. <item label="termonad">
  730. <action name="Execute">
  731. <!--<prompt>want to launch fish in xterm?</prompt>-->
  732. <command>termonad</command>
  733. </action>
  734. </item>
  735. <separator/>
  736. <item label="alacritty (default launch)">
  737. <action name="Execute">
  738. <command>alacritty</command>
  739. </action>
  740. </item>
  741. <separator/>
  742. <item label="termite">
  743. <action name="Execute">
  744. <command>termite</command>
  745. </action>
  746. </item>
  747. <separator/>
  748. <item label="kitty">
  749. <action name="Execute">
  750. <command>kitty</command>
  751. </action>
  752. </item>
  753. <item label="xfce4-terminal">
  754. <action name="Execute">
  755. <command>xfce4-terminal</command>
  756. </action>
  757. </item>
  758. <item label="terminator">
  759. <action name="Execute">
  760. <command>terminator</command>
  761. </action>
  762. </item>
  763. <item label="termite">
  764. <action name="Execute">
  765. <command>termite</command>
  766. </action>
  767. </item>
  768. <item label="terminology">
  769. <action name="Execute">
  770. <command>terminology</command>
  771. </action>
  772. </item>
  773. </menu>
  774. <menu id="net-menu" label="net [ M+S+n ]">
  775. <!--> WEB <-->
  776. <separator label="net [ M+S+n ]"/>
  777. <separator label="web"/>
  778. <!-- <item label="firefox">
  779. <action name="Execute">
  780. <command>firefox</command>
  781. </action>
  782. </item>-->
  783. <item label="icecat">
  784. <action name="Execute">
  785. <command>icecat</command>
  786. </action>
  787. </item>
  788. <item label="ytfzf">
  789. <action name="Execute">
  790. <command>st -e ytfzf</command>
  791. </action>
  792. </item>
  793. <item label="surf">
  794. <action name="Execute">
  795. <command>surf "https://qwant.com"</command>
  796. </action>
  797. </item>
  798. <!--> more surfs <-->
  799. <separator/>
  800. <menu id="other surfs" label="other surfs">
  801. <separator label="surfs"/>
  802. <item label="surf https://freepo.st">
  803. <action name="Execute">
  804. <command>surf "https://freepo.st"</command>
  805. </action>
  806. </item>
  807. <separator label="websearches"/>
  808. <separator/>
  809. <item label="surf qwant">
  810. <action name="Execute">
  811. <command>surf "https://qwant.com"</command>
  812. </action>
  813. </item>
  814. <item label="surf adioma infographics">
  815. <action name="Execute">
  816. <command>surf "https://blog.adioma.com"</command>
  817. </action>
  818. </item>
  819. <separator label="weather"/>
  820. <separator/>
  821. <item label="surf weather.com">
  822. <action name="Execute">
  823. <command>surf "https://weather.com"</command>
  824. </action>
  825. </item>
  826. <item label="surf tidetimes.org.uk/kirkwall-tide-times">
  827. <action name="Execute">
  828. <command>surf "https://tidetimes.org.uk/kirkwall-tide-times"</command>
  829. </action>
  830. </item>
  831. <item label="surf earth.nullschool.net mi">
  832. <action name="Execute">
  833. <command>surf "https://earth.nullschool.net/#current/wind/surface/level/overlay=misery_index/orthographic=-5.94,59.69,2061/loc=-2.928,58.904"</command>
  834. </action>
  835. </item>
  836. <item label="surf earth.nullschool.net">
  837. <action name="Execute">
  838. <command>surf "https://earth.nullschool.net/#current/wind/surface/level/overlay=misery_index/orthographic=-5.94,59.69,2061/loc=-2.928,58.904" #weather</command>
  839. </action>
  840. </item>
  841. <item label="surf mail.google.com/">
  842. <action name="Execute">
  843. <command>surf "https://mail.google.com/mail/u/0/h/"</command>
  844. </action>
  845. </item>
  846. </menu>
  847. <!--> MORE WEB <-->
  848. <menu id="other browsers" label="other browsers">
  849. <separator label="web browsers"/>
  850. <item label="vieb">
  851. <action name="Execute">
  852. <command>vieb</command>
  853. </action>
  854. </item>
  855. <item label="nyxt">
  856. <action name="Execute">
  857. <command>nyxt</command>
  858. </action>
  859. </item>
  860. <item label="badwolf">
  861. <action name="Execute">
  862. <command>badwolf</command>
  863. </action>
  864. </item>
  865. <item label="firefox">
  866. <action name="Execute">
  867. <command>firefox</command>
  868. </action>
  869. </item>
  870. <item label="librewolf">
  871. <action name="Execute">
  872. <command>librewolf</command>
  873. </action>
  874. </item>
  875. <item label="palemoon">
  876. <action name="Execute">
  877. <command>palemoon</command>
  878. </action>
  879. </item>
  880. <item label="browsh">
  881. <action name="Execute">
  882. <command>browsh</command>
  883. </action>
  884. </item>
  885. <item label="qutebrowser">
  886. <action name="Execute">
  887. <command>qutebrowser</command>
  888. </action>
  889. </item>
  890. <item label="ungoogled-chromium">
  891. <action name="Execute">
  892. <command>ungoogled-chromium</command>
  893. </action>
  894. </item>
  895. <item label="opera">
  896. <action name="Execute">
  897. <command>opera</command>
  898. </action>
  899. </item>
  900. <item label="surf">
  901. <action name="Execute">
  902. <command>surf</command>
  903. </action>
  904. </item>
  905. <item label="brave">
  906. <action name="Execute">
  907. <!-- <command>brave-browser</command> -->
  908. <command>brave</command>
  909. </action>
  910. </item>
  911. <item label="icecat">
  912. <action name="Execute">
  913. <command>icecat</command>
  914. </action>
  915. </item>
  916. <item label="uzbl">
  917. <action name="Execute">
  918. <!-- <command>uzbl-browser</command>-->
  919. <command>uzbl-tabbed</command>
  920. </action>
  921. </item>
  922. <item label="konqueror">
  923. <action name="Execute">
  924. <command>konqueror</command>
  925. </action>
  926. </item>
  927. <item label="falkon">
  928. <action name="Execute">
  929. <command>falkon</command>
  930. </action>
  931. </item>
  932. <item label="seamonkey">
  933. <action name="Execute">
  934. <command>seamonkey</command>
  935. </action>
  936. </item>
  937. <item label="netsurf">
  938. <action name="Execute">
  939. <command>netsurf</command>
  940. </action>
  941. </item>
  942. <item label="links">
  943. <action name="Execute">
  944. <!-- may want a prompt for url here -->
  945. <command>st -e links</command>
  946. </action>
  947. </item>
  948. <item label="lynx">
  949. <action name="Execute">
  950. <!-- may want a prompt for url here -->
  951. <command>st -e lynx</command>
  952. </action>
  953. </item>
  954. </menu>
  955. <!-- </menu>-->
  956. <!-- <menu id="submenu004" label="gem">-->
  957. <separator label="gemini browsers"/>
  958. <item label="amfora">
  959. <action name="Execute">
  960. <command>termite -e amfora</command>
  961. </action>
  962. </item>
  963. <item label="kristall">
  964. <action name="Execute">
  965. <command>kristall</command>
  966. </action>
  967. </item>
  968. <item label="lagrange">
  969. <action name="Execute">
  970. <command>lagrange</command>
  971. </action>
  972. </item>
  973. <!-- </menu>-->
  974. </menu>
  975. <menu id="audio-menu" label="audio [ M+S+a ]">
  976. <separator label="audio [ M+S+a ]"/>
  977. <item label="audacity">
  978. <action name="Execute">
  979. <command>audacity</command>
  980. </action>
  981. </item>
  982. <!-- and add volume n things -->
  983. </menu>
  984. <menu id="graphics-menu" label="graphics [ M+S+g ]">
  985. <separator label="graphics"/>
  986. <item label="gimp">
  987. <action name="Execute">
  988. <command>gimp</command>
  989. </action>
  990. </item>
  991. <item label="inkscape">
  992. <action name="Execute">
  993. <command>inkscape</command>
  994. </action>
  995. </item>
  996. <item label="gcolor2">
  997. <action name="Execute">
  998. <command>gcolor2</command>
  999. </action>
  1000. </item>
  1001. <menu id="set background" label="set background">
  1002. <separator label="backgrounds"/>
  1003. <item label="black">
  1004. <action name="Execute">
  1005. <command>feh --bg-scale /home/digit/images/black.png</command>
  1006. </action>
  1007. </item>
  1008. <item label="tarkless back">
  1009. <action name="Execute">
  1010. <command>feh --bg-scale /home/digit/images/tarkback.png</command>
  1011. </action>
  1012. </item>
  1013. <item label="help back">
  1014. <action name="Execute">
  1015. <command>hsetroot -solid "#381919" -center ~/Documents/digboxbinds.png</command>
  1016. </action>
  1017. </item>
  1018. <item label="bad food combos">
  1019. <action name="Execute">
  1020. <command>feh --bg-scale /home/digit/images/Food-combining-Guidelines-1-1.jpg</command>
  1021. </action>
  1022. </item>
  1023. <item label="bad food combos (dark)">
  1024. <action name="Execute">
  1025. <command>feh --bg-scale /home/digit/images/Food-combining-Guidelines-1-1i.jpg</command>
  1026. </action>
  1027. </item>
  1028. <item label="periodic table of elements">
  1029. <action name="Execute">
  1030. <!-- <command>hsetroot -solid "#381919" -center ~/Documents/digboxbinds.png</command> -->
  1031. <command>feh --bg-scale /home/digit/images/periodictable.png</command>
  1032. </action>
  1033. </item>
  1034. <item label="Hierarchy of disagreement">
  1035. <action name="Execute">
  1036. <!-- <command>hsetroot -solid "#381919" -center ~/Documents/digboxbinds.png</command> -->
  1037. <command>feh --bg-scale /home/digit/images/counter-arguments.jpg</command>
  1038. </action>
  1039. </item>
  1040. <item label="qutebrowser-cheatsheet">
  1041. <action name="Execute">
  1042. <command>feh --bg-scale /home/digit/images/qutebrowser-cheatsheet.png</command>
  1043. </action>
  1044. </item>
  1045. <item label="morse">
  1046. <action name="Execute">
  1047. <command>feh --bg-scale /home/digit/images/morse.png</command>
  1048. </action>
  1049. </item>
  1050. <item label="julian assange">
  1051. <action name="Execute">
  1052. <command>feh --bg-max /home/digit/images/julianassangejournalist.jpg</command>
  1053. </action>
  1054. </item>
  1055. <item label="rosa parks">
  1056. <action name="Execute">
  1057. <command>feh --bg-max /home/digit/images/dsktpbckgrnds/rosa-parks-on-a-bus-tarklesstwighlight.jpg</command>
  1058. </action>
  1059. </item>
  1060. <item label="august landmesser">
  1061. <action name="Execute">
  1062. <!-- <command>feh --bg-max /home/digit/images/keepbeinglikeaugustlandmesser.png</command>-->
  1063. <command>feh --bg-max /home/digit/images/keepbeinglikethisguy.png</command>
  1064. </action>
  1065. </item>
  1066. <item label="hemp oil comparison">
  1067. <action name="Execute">
  1068. <command>feh --bg-scale /home/digit/images/fattyacidcompositionofnutandseedoil.jpg</command>
  1069. </action>
  1070. </item>
  1071. <item label="perfect date">
  1072. <action name="Execute">
  1073. <command>feh --bg-scale /home/digit/images/perfectdate.png</command>
  1074. </action>
  1075. </item>
  1076. <item label="morality vs obedience">
  1077. <action name="Execute">
  1078. <command>feh --bg-scale /home/digit/images/moralityvsobedience.jpg</command>
  1079. </action>
  1080. </item>
  1081. <item label="debate hierarchy">
  1082. <action name="Execute">
  1083. <command>feh --bg-scale /home/digit/images/debatehierarchy.png</command>
  1084. </action>
  1085. </item>
  1086. <item label="warning">
  1087. <action name="Execute">
  1088. <command>feh --bg-max /home/digit/images/fascism.jpg</command>
  1089. </action>
  1090. </item>
  1091. <item label="milking money from coronaviruses">
  1092. <action name="Execute">
  1093. <command>feh --bg-scale /home/digit/images/dsktpbckgrnds/moneymilkingcorona.png</command>
  1094. </action>
  1095. </item>
  1096. <item label="digitslushbacks002.png">
  1097. <action name="Execute">
  1098. <command>feh --bg-max /home/digit/images/digitslushbacks002.png</command>
  1099. </action>
  1100. </item>
  1101. <item label="digitslushbacks20211018.png">
  1102. <action name="Execute">
  1103. <command>feh --bg-scale /home/digit/images/dsktpbckgrnds/digitslushback20211018.png</command>
  1104. </action>
  1105. </item>
  1106. <item label="digitslushbacks20211023b.png">
  1107. <action name="Execute">
  1108. <command>feh --bg-fill /home/digit/images/dsktpbckgrnds/digitslushback20211023b.png</command>
  1109. </action>
  1110. </item>
  1111. <item label="ikigai">
  1112. <action name="Execute">
  1113. <command>feh --bg-scale /home/digit/images/ikigai.jpg</command>
  1114. </action>
  1115. </item>
  1116. <item label="ikigai-alt">
  1117. <action name="Execute">
  1118. <command>feh --bg-scale /home/digit/images/ikigai-alt.jpg</command>
  1119. </action>
  1120. </item>
  1121. <item label="happy (neurochemistry) hacking (alt)">
  1122. <action name="Execute">
  1123. <command>feh --bg-max /home/digit/images/happychemicalshack-alt.png</command>
  1124. </action>
  1125. </item>
  1126. <item label="happy (neurochemistry) hacking">
  1127. <action name="Execute">
  1128. <command>feh --bg-max /home/digit/images/happychemicalshack.jpg</command>
  1129. </action>
  1130. </item>
  1131. <item label="seedourfuture 1">
  1132. <action name="Execute">
  1133. <command>feh --bg-max /home/digit/images/seedourfuturesaveourhealthenvironmenteconomystopprohibitionnow.jpg</command>
  1134. </action>
  1135. </item>
  1136. <item label="smplbak2i">
  1137. <action name="Execute">
  1138. <command>feh --bg-scale /home/digit/images/dsktpbckgrnds/smplbak2i-2hue1a.png</command>
  1139. </action>
  1140. </item>
  1141. <item label="natalchart">
  1142. <action name="Execute">
  1143. <command>feh --bg-scale /home/digit/images/dsktpbckgrnds/digitsastrologynatalchartback.png</command>
  1144. </action>
  1145. </item>
  1146. <item label="chinese zodiac">
  1147. <action name="Execute">
  1148. <command>feh --bg-max /home/digit/images/dsktpbckgrnds/digitschinesezodiaccalendar.png</command>
  1149. </action>
  1150. </item>
  1151. <item label="pitchforks vs torches">
  1152. <action name="Execute">
  1153. <command>feh --bg-center /home/digit/images/pitchforksvstorches.jpg</command>
  1154. </action>
  1155. </item>
  1156. <item label="drugs harms">
  1157. <action name="Execute">
  1158. <command>feh --bg-scale /home/digit/images/dsktpbckgrnds/drugsharms.png</command>
  1159. </action>
  1160. </item>
  1161. <item label="pitchforks vs torches - dark">
  1162. <action name="Execute">
  1163. <command>feh --bg-center /home/digit/images/dsktpbckgrnds/pitchforksvstorches-dark.jpg</command>
  1164. </action>
  1165. </item>
  1166. </menu>
  1167. </menu>
  1168. <menu id="submenu009" label="sys">
  1169. <separator label="desktop acoutriments"/>
  1170. <item label="tint2">
  1171. <action name="Execute">
  1172. <command>tint2</command>
  1173. </action>
  1174. </item>
  1175. <separator label="obconfiggery"/>
  1176. <item label="lxappearance">
  1177. <action name="Execute">
  1178. <command>lxappearance</command>
  1179. </action>
  1180. </item>
  1181. <item label="obconf">
  1182. <action name="Execute">
  1183. <command>obconf</command>
  1184. </action>
  1185. </item>
  1186. <item label="kickshaw">
  1187. <action name="Execute">
  1188. <command>kickshaw</command>
  1189. </action>
  1190. </item>
  1191. <item label="launch menu-generator in xterm">
  1192. <action name="Execute">
  1193. <prompt>sure you want to launch obmenu-generator in xterm?</prompt>
  1194. <command>xterm -e obmenu-generator</command>
  1195. </action>
  1196. </item>
  1197. <item label="Reconfigure Openbox">
  1198. <action name="Execute">
  1199. <command>openbox --reconfigure</command>
  1200. </action>
  1201. </item>
  1202. <separator/>
  1203. <item label=" !!! ReStart Openbox !!! ">
  1204. <action name="Execute">
  1205. <prompt>sure you want to restart openbox?</prompt>
  1206. <command>openbox --restart</command>
  1207. </action>
  1208. </item>
  1209. </menu>
  1210. <separator label="and then"/>
  1211. <menu id="Applications" label="Applications" />
  1212. <item label="XFCE appfinder ">
  1213. <action name="Execute">
  1214. <command>xfce4-appfinder</command>
  1215. </action>
  1216. </item>
  1217. <item label="jgmenu">
  1218. <action name="Execute">
  1219. <command>jgmenu_run</command>
  1220. </action>
  1221. </item>
  1222. <separator label="and then, a pipe menu"/>
  1223. <menu id="applications" label="Applications" execute="xdg_menu --format openbox3-pipe --root-menu /etc/xdg/menus/arch-applications.menu" />
  1224. <separator label="and then, a manual pasted xdg menu"/>
  1225. <menu id="Accessories" label="Accessories" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-util.png">
  1226. <item label="Application Finder" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.appfinder.png">
  1227. <action name="Execute"><execute>/bedrock/bin/strat void xfce4-appfinder</execute></action>
  1228. </item>
  1229. <item label="Elementary Perf" icon="/bedrock/cross/icons/hicolor/128x128/apps/elementary.png">
  1230. <action name="Execute"><execute>/bedrock/bin/strat void elementary_perf</execute></action>
  1231. </item>
  1232. <item label="Elementary Test" icon="/bedrock/cross/icons/hicolor/128x128/apps/elementary.png">
  1233. <action name="Execute"><execute>/bedrock/bin/strat void elementary_test</execute></action>
  1234. </item>
  1235. <item label="Emacs (GUI)" icon="/bedrock/cross/icons/hicolor/16x16/apps/emacs.png">
  1236. <action name="Execute"><execute>/bedrock/bin/strat devuan /usr/bin/emacs </execute></action>
  1237. </item>
  1238. <item label="Emacs (Terminal)" icon="/bedrock/cross/icons/hicolor/16x16/apps/emacs.png">
  1239. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/emacs -nw </execute></action>
  1240. </item>
  1241. <item label="Leafpad" icon="/bedrock/cross/icons/hicolor/16x16/apps/leafpad.png">
  1242. <action name="Execute"><execute>/bedrock/bin/strat void leafpad </execute></action>
  1243. </item>
  1244. <item label="Mousepad" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.mousepad.png">
  1245. <action name="Execute"><execute>/bedrock/bin/strat void mousepad </execute></action>
  1246. </item>
  1247. <item label="Yi (Emacs keymap)" icon="///bedrock/strata/devuan/usr/share/yi/art/yi+lambda-fat-32.xpm">
  1248. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/yi -f vty -k emacs </execute></action>
  1249. </item>
  1250. <item label="Yi (Vim keymap)" icon="///bedrock/strata/devuan/usr/share/yi/art/yi+lambda-fat-32.xpm">
  1251. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/yi -f vty -k vim </execute></action>
  1252. </item>
  1253. <item label="digst">
  1254. <action name="Execute"><execute>/bedrock/bin/strat void /bedrock/bin/strat void /home/digit/bin/st -f nztt:pixelsize=6</execute></action>
  1255. </item>
  1256. </menu> <!-- Accessories -->
  1257. <menu id="Games" label="Games" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-joystick.png">
  1258. <item label="FreeOrion" icon="/bedrock/cross/icons/hicolor/16x16/apps/freeorion.png">
  1259. <action name="Execute"><execute>/bedrock/bin/strat void freeorion</execute></action>
  1260. </item>
  1261. <item label="Garden of Coloured Lights">
  1262. <action name="Execute"><execute>/bedrock/bin/strat devuan garden</execute></action>
  1263. </item>
  1264. <item label="Moria" icon="/bedrock/cross/icons/hicolor/64x64/apps/moria.png">
  1265. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan moria</execute></action>
  1266. </item>
  1267. <item label="OpenTTD" icon="/usr/share/icons/hicolor/16x16/apps/openttd.png">
  1268. <action name="Execute"><execute>openttd</execute></action>
  1269. </item>
  1270. <item label="OpenTTD" icon="/usr/share/icons/hicolor/16x16/apps/openttd.png">
  1271. <action name="Execute"><execute>/bedrock/bin/strat void openttd</execute></action>
  1272. </item>
  1273. <item label="Pioneer" icon="/bedrock/cross/icons/hicolor/16x16/apps/net.pioneerspacesim.Pioneer.png">
  1274. <action name="Execute"><execute>/bedrock/bin/strat void /usr/bin/pioneer</execute></action>
  1275. </item>
  1276. <item label="Widelands" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.widelands.Widelands.png">
  1277. <action name="Execute"><execute>/bedrock/bin/strat void widelands</execute></action>
  1278. </item>
  1279. <item label="Widelands">
  1280. <action name="Execute"><execute>/bedrock/bin/strat void /usr/bin/widelands --datadir=/usr/share/widelands</execute></action>
  1281. </item>
  1282. <item label="asciijump">
  1283. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan asciijump</execute></action>
  1284. </item>
  1285. </menu> <!-- Games -->
  1286. <menu id="Graphics" label="Graphics" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-graphics.png">
  1287. <item label="GNU Image Manipulation Program" icon="/bedrock/cross/icons/hicolor/16x16/apps/gimp.png">
  1288. <action name="Execute"><execute>/bedrock/bin/strat void gimp-2.10 </execute></action>
  1289. </item>
  1290. <item label="Inkscape" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.inkscape.Inkscape.png">
  1291. <action name="Execute"><execute>/bedrock/bin/strat void inkscape </execute></action>
  1292. </item>
  1293. <item label="Open Source Astrology" icon="/usr/share/icons/openastro.svg">
  1294. <action name="Execute"><execute>openastro</execute></action>
  1295. </item>
  1296. <item label="Open Source Astrology" icon="/usr/share/icons/openastro.svg">
  1297. <action name="Execute"><execute>/bedrock/bin/strat aurtix openastro</execute></action>
  1298. </item>
  1299. <item label="Ristretto Image Viewer" icon="/bedrock/cross/icons/hicolor/16x16/apps/ristretto.png">
  1300. <action name="Execute"><execute>/bedrock/bin/strat void ristretto </execute></action>
  1301. </item>
  1302. </menu> <!-- Graphics -->
  1303. <menu id="Internet" label="Internet" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-globe.png">
  1304. <item label="Amfora" icon="/usr/share/pixmaps/amfora.png">
  1305. <action name="Execute"><execute>xterm -e amfora </execute></action>
  1306. </item>
  1307. <item label="Amfora" icon="/usr/share/pixmaps/amfora.png">
  1308. <action name="Execute"><execute>xterm -e /bedrock/bin/strat aurtix amfora </execute></action>
  1309. </item>
  1310. <item label="Avahi SSH Server Browser" icon="/bedrock/cross/icons/gnome/16x16/devices/network-wired.png">
  1311. <action name="Execute"><execute>/usr/bin/bssh</execute></action>
  1312. </item>
  1313. <item label="Avahi SSH Server Browser" icon="/bedrock/cross/icons/gnome/16x16/devices/network-wired.png">
  1314. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/bin/bssh</execute></action>
  1315. </item>
  1316. <item label="Avahi VNC Server Browser" icon="/bedrock/cross/icons/gnome/16x16/devices/network-wired.png">
  1317. <action name="Execute"><execute>/usr/bin/bvnc</execute></action>
  1318. </item>
  1319. <item label="Avahi VNC Server Browser" icon="/bedrock/cross/icons/gnome/16x16/devices/network-wired.png">
  1320. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/bin/bvnc</execute></action>
  1321. </item>
  1322. <item label="Badwolf" icon="/bedrock/cross/icons/hicolor/24x24/apps/badwolf.png">
  1323. <action name="Execute"><execute>/bedrock/bin/strat void badwolf </execute></action>
  1324. </item>
  1325. <item label="Brave" icon="/usr/share/pixmaps/brave-desktop.png">
  1326. <action name="Execute"><execute>brave </execute></action>
  1327. </item>
  1328. <item label="Brave" icon="/usr/share/pixmaps/brave-desktop.png">
  1329. <action name="Execute"><execute>/bedrock/bin/strat aurtix brave </execute></action>
  1330. </item>
  1331. <item label="Brave Web Browser (nightly)" icon="/usr/share/pixmaps/brave-browser-nightly.png">
  1332. <action name="Execute"><execute>/usr/bin/brave-nightly </execute></action>
  1333. </item>
  1334. <item label="Brave Web Browser (nightly)" icon="/usr/share/pixmaps/brave-browser-nightly.png">
  1335. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/bin/brave-nightly </execute></action>
  1336. </item>
  1337. <item label="Falkon" icon="/bedrock/cross/icons/hicolor/16x16/apps/falkon.png">
  1338. <action name="Execute"><execute>/bedrock/bin/strat void falkon </execute></action>
  1339. </item>
  1340. <item label="Ferdi" icon="/usr/share/icons/hicolor/16x16/apps/ferdi.png">
  1341. <action name="Execute"><execute>/usr/bin/ferdi </execute></action>
  1342. </item>
  1343. <item label="Ferdi" icon="/usr/share/icons/hicolor/16x16/apps/ferdi.png">
  1344. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/bin/ferdi </execute></action>
  1345. </item>
  1346. <item label="Firefox" icon="/usr/share/icons/hicolor/16x16/apps/firefox.png">
  1347. <action name="Execute"><execute>/usr/lib/firefox/firefox </execute></action>
  1348. </item>
  1349. <item label="Firefox Web Browser" icon="/usr/share/icons/hicolor/16x16/apps/firefox.png">
  1350. <action name="Execute"><execute>/bedrock/bin/strat void firefox </execute></action>
  1351. </item>
  1352. <item label="GNU-IceCat" icon="/bedrock/cross/icons/hicolor/16x16/apps/icecat.png">
  1353. <action name="Execute"><execute>/bedrock/bin/strat void icecat </execute></action>
  1354. </item>
  1355. <item label="Konqueror" icon="/bedrock/cross/icons/hicolor/16x16/apps/konqueror.png">
  1356. <action name="Execute"><execute>/bedrock/bin/strat void konqueror</execute></action>
  1357. </item>
  1358. <item label="Kristall" icon="/bedrock/cross/icons/hicolor/16x16/apps/net.random-projects.kristall.png">
  1359. <action name="Execute"><execute>/bedrock/bin/strat void kristall </execute></action>
  1360. </item>
  1361. <item label="LibreWolf" icon="/usr/share/icons/hicolor/16x16/apps/librewolf.png">
  1362. <action name="Execute"><execute>/usr/lib/librewolf/librewolf </execute></action>
  1363. </item>
  1364. <item label="LibreWolf" icon="/usr/share/icons/hicolor/16x16/apps/librewolf.png">
  1365. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/lib/librewolf/librewolf </execute></action>
  1366. </item>
  1367. <item label="Netsurf">
  1368. <action name="Execute"><execute>/bedrock/bin/strat void netsurf </execute></action>
  1369. </item>
  1370. <item label="Nyxt" icon="/bedrock/cross/icons/hicolor/16x16/apps/nyxt.png">
  1371. <action name="Execute"><execute>/bedrock/bin/strat void nyxt </execute></action>
  1372. </item>
  1373. <item label="Opera" icon="/usr/share/icons/hicolor/16x16/apps/opera.png">
  1374. <action name="Execute"><execute>opera </execute></action>
  1375. </item>
  1376. <item label="Opera" icon="/usr/share/icons/hicolor/16x16/apps/opera.png">
  1377. <action name="Execute"><execute>/bedrock/bin/strat aurtix opera </execute></action>
  1378. </item>
  1379. <item label="Otter Browser" icon="/usr/share/icons/hicolor/16x16/apps/otter-browser.png">
  1380. <action name="Execute"><execute>otter-browser </execute></action>
  1381. </item>
  1382. <item label="Otter Browser" icon="/usr/share/icons/hicolor/16x16/apps/otter-browser.png">
  1383. <action name="Execute"><execute>/bedrock/bin/strat aurtix otter-browser </execute></action>
  1384. </item>
  1385. <item label="Pidgin Internet Messenger" icon="/bedrock/cross/icons/hicolor/16x16/apps/pidgin.png">
  1386. <action name="Execute"><execute>/bedrock/bin/strat void pidgin</execute></action>
  1387. </item>
  1388. <item label="SeaMonkey internet suite" icon="/usr/share/pixmaps/seamonkey.png">
  1389. <action name="Execute"><execute>seamonkey</execute></action>
  1390. </item>
  1391. <item label="SeaMonkey internet suite" icon="/usr/share/pixmaps/seamonkey.png">
  1392. <action name="Execute"><execute>/bedrock/bin/strat aurtix seamonkey</execute></action>
  1393. </item>
  1394. <item label="Vieb" icon="/usr/share/icons/hicolor/16x16/apps/vieb.png">
  1395. <action name="Execute"><execute>/opt/Vieb/vieb </execute></action>
  1396. </item>
  1397. <item label="Vieb" icon="/usr/share/icons/hicolor/16x16/apps/vieb.png">
  1398. <action name="Execute"><execute>/bedrock/bin/strat aurtix /opt/Vieb/vieb </execute></action>
  1399. </item>
  1400. <item label="qutebrowser" icon="/bedrock/cross/icons/hicolor/16x16/apps/qutebrowser.png">
  1401. <action name="Execute"><execute>/bedrock/bin/strat void qutebrowser </execute></action>
  1402. </item>
  1403. <item label="vimb">
  1404. <action name="Execute"><execute>/bedrock/bin/strat void vimb </execute></action>
  1405. </item>
  1406. </menu> <!-- Internet -->
  1407. <menu id="Office" label="Office" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-applications.png">
  1408. <item label="Zathura" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.pwmt.zathura.png">
  1409. <action name="Execute"><execute>/bedrock/bin/strat void zathura </execute></action>
  1410. </item>
  1411. </menu> <!-- Office -->
  1412. <menu id="Programming" label="Programming" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-devel.png">
  1413. <item label="CMake" icon="/usr/share/icons/hicolor/32x32/apps/CMakeSetup.png">
  1414. <action name="Execute"><execute>cmake-gui </execute></action>
  1415. </item>
  1416. <item label="CMake" icon="/usr/share/icons/hicolor/32x32/apps/CMakeSetup.png">
  1417. <action name="Execute"><execute>/bedrock/bin/strat aurtix cmake-gui </execute></action>
  1418. </item>
  1419. <item label="Electron" icon="/usr/share/pixmaps/electron.png">
  1420. <action name="Execute"><execute>electron </execute></action>
  1421. </item>
  1422. <item label="Electron" icon="/usr/share/pixmaps/electron.png">
  1423. <action name="Execute"><execute>/bedrock/bin/strat aurtix electron </execute></action>
  1424. </item>
  1425. <item label="Elementary Perf" icon="/bedrock/cross/icons/hicolor/128x128/apps/elementary.png">
  1426. <action name="Execute"><execute>/bedrock/bin/strat void elementary_perf</execute></action>
  1427. </item>
  1428. <item label="Elementary Test" icon="/bedrock/cross/icons/hicolor/128x128/apps/elementary.png">
  1429. <action name="Execute"><execute>/bedrock/bin/strat void elementary_test</execute></action>
  1430. </item>
  1431. <item label="Emacs (GUI)" icon="/bedrock/cross/icons/hicolor/16x16/apps/emacs.png">
  1432. <action name="Execute"><execute>/bedrock/bin/strat devuan /usr/bin/emacs </execute></action>
  1433. </item>
  1434. <item label="Emacs (Terminal)" icon="/bedrock/cross/icons/hicolor/16x16/apps/emacs.png">
  1435. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/emacs -nw </execute></action>
  1436. </item>
  1437. <item label="Icon Browser" icon="/bedrock/cross/icons/hicolor/16x16/apps/yad.png">
  1438. <action name="Execute"><execute>/bedrock/bin/strat void yad-icon-browser</execute></action>
  1439. </item>
  1440. <item label="Yi (Emacs keymap)" icon="///bedrock/strata/devuan/usr/share/yi/art/yi+lambda-fat-32.xpm">
  1441. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/yi -f vty -k emacs </execute></action>
  1442. </item>
  1443. <item label="Yi (Vim keymap)" icon="///bedrock/strata/devuan/usr/share/yi/art/yi+lambda-fat-32.xpm">
  1444. <action name="Execute"><execute>xterm -e /bedrock/bin/strat devuan /usr/bin/yi -f vty -k vim </execute></action>
  1445. </item>
  1446. <item label="digst">
  1447. <action name="Execute"><execute>/bedrock/bin/strat void /bedrock/bin/strat void /home/digit/bin/st -f nztt:pixelsize=6</execute></action>
  1448. </item>
  1449. </menu> <!-- Programming -->
  1450. <menu id="Sound &amp; Video" label="Sound &amp; Video" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-multimedia.png">
  1451. <item label="Audacity" icon="/bedrock/cross/icons/hicolor/16x16/apps/audacity.png">
  1452. <action name="Execute"><execute>/bedrock/bin/strat void env UBUNTU_MENUPROXY=0 audacity </execute></action>
  1453. </item>
  1454. <item label="Parole Media Player" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.parole.png">
  1455. <action name="Execute"><execute>/bedrock/bin/strat void parole </execute></action>
  1456. </item>
  1457. <item label="Qt V4L2 test Utility" icon="/usr/share/icons/hicolor/16x16/apps/qv4l2.png">
  1458. <action name="Execute"><execute>qv4l2</execute></action>
  1459. </item>
  1460. <item label="Qt V4L2 test Utility" icon="/usr/share/icons/hicolor/16x16/apps/qv4l2.png">
  1461. <action name="Execute"><execute>/bedrock/bin/strat aurtix qv4l2</execute></action>
  1462. </item>
  1463. <item label="Qt V4L2 video capture utility" icon="/usr/share/icons/hicolor/16x16/apps/qvidcap.png">
  1464. <action name="Execute"><execute>qvidcap</execute></action>
  1465. </item>
  1466. <item label="Qt V4L2 video capture utility" icon="/usr/share/icons/hicolor/16x16/apps/qvidcap.png">
  1467. <action name="Execute"><execute>/bedrock/bin/strat aurtix qvidcap</execute></action>
  1468. </item>
  1469. <item label="mpv Media Player" icon="/usr/share/icons/hicolor/16x16/apps/mpv.png">
  1470. <action name="Execute"><execute>mpv --player-operation-mode=pseudo-gui -- </execute></action>
  1471. </item>
  1472. <item label="mpv Media Player" icon="/usr/share/icons/hicolor/16x16/apps/mpv.png">
  1473. <action name="Execute"><execute>/bedrock/bin/strat void mpv --player-operation-mode=pseudo-gui -- </execute></action>
  1474. </item>
  1475. </menu> <!-- Sound & Video -->
  1476. <menu id="System Tools" label="System Tools" icon="/bedrock/cross/icons/gnome/16x16/categories/gnome-system.png">
  1477. <item label="Alacritty" icon="/usr/share/pixmaps/Alacritty.svg">
  1478. <action name="Execute"><execute>/bedrock/bin/strat void alacritty</execute></action>
  1479. </item>
  1480. <item label="Avahi Zeroconf Browser" icon="/bedrock/cross/icons/gnome/16x16/devices/network-wired.png">
  1481. <action name="Execute"><execute>/bedrock/bin/strat aurtix /usr/bin/avahi-discover</execute></action>
  1482. </item>
  1483. <item label="Bulk Rename" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.thunar.png">
  1484. <action name="Execute"><execute>/bedrock/bin/strat void thunar --bulk-rename </execute></action>
  1485. </item>
  1486. <item label="File Manager PCManFM" icon="/bedrock/cross/icons/gnome/16x16/apps/system-file-manager.png">
  1487. <action name="Execute"><execute>/bedrock/bin/strat void pcmanfm </execute></action>
  1488. </item>
  1489. <item label="Foot" icon="/bedrock/cross/icons/hicolor/48x48/apps/foot.png">
  1490. <action name="Execute"><execute>/bedrock/bin/strat void foot</execute></action>
  1491. </item>
  1492. <item label="Foot Server" icon="/bedrock/cross/icons/hicolor/48x48/apps/foot.png">
  1493. <action name="Execute"><execute>/bedrock/bin/strat void foot --server</execute></action>
  1494. </item>
  1495. <item label="Hardware Locality lstopo">
  1496. <action name="Execute"><execute>/bedrock/bin/strat aurtix lstopo</execute></action>
  1497. </item>
  1498. <item label="Htop">
  1499. <action name="Execute"><execute>xterm -e /bedrock/bin/strat void htop</execute></action>
  1500. </item>
  1501. <item label="Task Manager" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.taskmanager.png">
  1502. <action name="Execute"><execute>/bedrock/bin/strat void xfce4-taskmanager</execute></action>
  1503. </item>
  1504. <item label="Terminator" icon="/bedrock/cross/icons/hicolor/16x16/apps/terminator.png">
  1505. <action name="Execute"><execute>/bedrock/bin/strat void terminator</execute></action>
  1506. </item>
  1507. <item label="Terminology" icon="/bedrock/cross/icons/hicolor/128x128/apps/terminology.png">
  1508. <action name="Execute"><execute>/bedrock/bin/strat void terminology</execute></action>
  1509. </item>
  1510. <item label="Termit" icon="/bedrock/cross/icons/gnome/16x16/apps/utilities-terminal.png">
  1511. <action name="Execute"><execute>/bedrock/bin/strat devuan termit</execute></action>
  1512. </item>
  1513. <item label="Termite" icon="/bedrock/cross/icons/gnome/16x16/apps/utilities-terminal.png">
  1514. <action name="Execute"><execute>/bedrock/bin/strat aurtix termite</execute></action>
  1515. </item>
  1516. <item label="Thunar File Manager" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.thunar.png">
  1517. <action name="Execute"><execute>/bedrock/bin/strat void thunar </execute></action>
  1518. </item>
  1519. <item label="Tint2">
  1520. <action name="Execute"><execute>/bedrock/bin/strat void tint2</execute></action>
  1521. </item>
  1522. <item label="UXTerm">
  1523. <action name="Execute"><execute>/bedrock/bin/strat void uxterm</execute></action>
  1524. </item>
  1525. <item label="XTerm">
  1526. <action name="Execute"><execute>/bedrock/bin/strat void xterm</execute></action>
  1527. </item>
  1528. <item label="Xfce Terminal" icon="/bedrock/cross/icons/hicolor/16x16/apps/org.xfce.terminal.png">
  1529. <action name="Execute"><execute>/bedrock/bin/strat void xfce4-terminal</execute></action>
  1530. </item>
  1531. <item label="fish">
  1532. <action name="Execute"><execute>xterm -e /bedrock/bin/strat void fish</execute></action>
  1533. </item>
  1534. <item label="jgmenu">
  1535. <action name="Execute"><execute>/bedrock/bin/strat void jgmenu_run</execute></action>
  1536. </item>
  1537. <item label="kitty" icon="/bedrock/cross/icons/hicolor/256x256/apps/kitty.png">
  1538. <action name="Execute"><execute>/bedrock/bin/strat void kitty</execute></action>
  1539. </item>
  1540. <item label="ranger" icon="/bedrock/cross/icons/gnome/16x16/apps/utilities-terminal.png">
  1541. <action name="Execute"><execute>xterm -e /bedrock/bin/strat void ranger</execute></action>
  1542. </item>
  1543. <item label="rxvt-unicode">
  1544. <action name="Execute"><execute>/bedrock/bin/strat void urxvt</execute></action>
  1545. </item>
  1546. <item label="xplr" icon="/usr/share/icons/hicolor/16x16/apps/xplr.png">
  1547. <action name="Execute"><execute>xterm -e /bedrock/bin/strat aurtix xplr</execute></action>
  1548. </item>
  1549. </menu> <!-- System Tools -->
  1550. <menu id="Accessories" label="accessories" />
  1551. <menu id="submenu001" label="more gui programs">
  1552. <!-- <separator label="separator 002"/>
  1553. <item label="these are the things">
  1554. <action name="Execute">
  1555. <command>things</command>
  1556. </action>
  1557. </item>
  1558. <item label="another thing">
  1559. <action name="Execute">
  1560. <command>thingimurs</command>
  1561. </action>
  1562. </item> -->
  1563. <separator/>
  1564. <!-- <menu id="submenu002" label="submenu002 yo">
  1565. <separator label="separator 003"/>
  1566. <item label="these are also the things">
  1567. <action name="Execute">
  1568. <command>things</command>
  1569. </action>
  1570. </item>
  1571. </menu>
  1572. <separator/>
  1573. <menu id="submenu003" label="submenu003 shud sho">
  1574. <separator label="separator 004"/>
  1575. <item label="have-it">
  1576. <action name="Execute">
  1577. <command>opera</command>
  1578. </action>
  1579. </item>
  1580. </menu>-->
  1581. </menu>
  1582. <separator label="hof"/>
  1583. <item label="hofmore">
  1584. <action name="Execute">
  1585. <command>/home/digit/bin/hofmore</command>
  1586. </action>
  1587. </item>
  1588. <item label="hofmoreneatly">
  1589. <action name="Execute">
  1590. <command>/home/digit/bin/hofmoreneatly</command>
  1591. </action>
  1592. </item>
  1593. <separator label="OBly enough..."/>
  1594. <item label="Reconfigure Openbox">
  1595. <action name="Execute">
  1596. <command>openbox --reconfigure</command>
  1597. </action>
  1598. </item>
  1599. <separator label="less OBly enough..."/>
  1600. <item label="To herbstluftwm!! (and hope to keep)">
  1601. <!-- and then do hc wmexec openbox to get back -->
  1602. <action name="Restart">
  1603. <command>herbstluftwm</command><!-- oh i so wanna test this. but scared. and it's herbstclient wmexec openbox, to get back. right? -->
  1604. </action>
  1605. </item>
  1606. </menu>
  1607. </openbox_menu>