CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by mynis01 on Mon 21st Jan 17:53 (modification of post by view diff)
download | new post

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openbox_config>
  3. <resistance>
  4. <strength>10</strength>
  5. <screen_edge_strength>20</screen_edge_strength>
  6. </resistance>
  7. <focus>
  8. <focusNew>yes</focusNew>
  9. <!-- always try to focus new windows when they appear. other rules do
  10. apply -->
  11. <followMouse>no</followMouse>
  12. <!-- move focus to a window when you move the mouse into it -->
  13. <focusLast>yes</focusLast>
  14. <!-- focus the last used window when changing desktops, instead of the one
  15. under the mouse pointer. when followMouse is enabled -->
  16. <underMouse>no</underMouse>
  17. <!-- move focus under the mouse, even when the mouse is not moving -->
  18. <focusDelay>200</focusDelay>
  19. <!-- when followMouse is enabled, the mouse must be inside the window for
  20. this many milliseconds (1000 = 1 sec) before moving focus to it -->
  21. <raiseOnFocus>no</raiseOnFocus>
  22. <!-- when followMouse is enabled, and a window is given focus by moving the
  23. mouse into it, also raise the window -->
  24. </focus>
  25. <placement>
  26. <policy>UnderMouse</policy>
  27. <!-- 'Smart' or 'UnderMouse' -->
  28. <center>no</center>
  29. <!-- whether to place windows in the center of the free area found or
  30. the top left corner -->
  31. <monitor>Mouse</monitor>
  32. <primaryMonitor>1</primaryMonitor>
  33. </placement>
  34. <theme>
  35. <name>MurrinaAngustifolium</name>
  36. <titleLayout>DSLIMC</titleLayout>
  37. <!--
  38. avaible characters are NDSLIMC, each can occur at most once.
  39. N: window icon
  40. L: window label (AKA title).
  41. I: iconify
  42. M: maximize
  43.         C: close
  44. S: shade (roll up/down)
  45.         D: omnipresent (on all desktops).
  46.         -->
  47. <keepBorder>yes</keepBorder>
  48. <animateIconify>yes</animateIconify>
  49. <font place="ActiveWindow">
  50. <name>Terminus</name>
  51. <size>10</size>
  52. <!-- font size in points -->
  53. <weight>Normal</weight>
  54. <!-- 'bold' or 'normal' -->
  55. <slant>Normal</slant>
  56. <!-- 'italic' or 'normal' -->
  57. </font>
  58. <font place="InactiveWindow">
  59. <name>Terminus</name>
  60. <size>10</size>
  61. <!-- font size in points -->
  62. <weight>Normal</weight>
  63. <!-- 'bold' or 'normal' -->
  64. <slant>Normal</slant>
  65. <!-- 'italic' or 'normal' -->
  66. </font>
  67. <font place="MenuHeader">
  68. <name>Terminus</name>
  69. <size>10</size>
  70. <!-- font size in points -->
  71. <weight>Normal</weight>
  72. <!-- 'bold' or 'normal' -->
  73. <slant>Normal</slant>
  74. <!-- 'italic' or 'normal' -->
  75. </font>
  76. <font place="MenuItem">
  77. <name>Terminus</name>
  78. <size>10</size>
  79. <!-- font size in points -->
  80. <weight>Normal</weight>
  81. <!-- 'bold' or 'normal' -->
  82. <slant>Normal</slant>
  83. <!-- 'italic' or 'normal' -->
  84. </font>
  85. <font place="ActiveOnScreenDisplay">
  86. <name>Terminus</name>
  87. <size>10</size>
  88. <weight>Normal</weight>
  89. <slant>Normal</slant>
  90. </font>
  91. <font place="InactiveOnScreenDisplay">
  92. <name>Terminus</name>
  93. <size>10</size>
  94. <weight>Normal</weight>
  95. <slant>Normal</slant>
  96. </font>
  97. </theme>
  98. <desktops>
  99. <!-- this stuff is only used at startup, pagers allow you to change them
  100.         during a session
  101.  
  102.         these are default values to use when other ones are not already set
  103.         by other applications, or saved in your session
  104.  
  105.         use obconf if you want to change these without having to log out
  106.         and back in -->
  107. <number>3</number>
  108. <firstdesk>1</firstdesk>
  109. <names>
  110. <name>Alpha</name>
  111. <name>Beta</name>
  112. <name>Gamma</name>
  113. <name>4</name>
  114. </names>
  115. <popupTime>875</popupTime>
  116. <!-- The number of milliseconds to show the popup for when switching
  117.         desktops.  Set this to 0 to disable the popup. -->
  118. </desktops>
  119. <resize>
  120. <drawContents>yes</drawContents>
  121. <popupShow>NonPixel</popupShow>
  122. <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
  123. <popupPosition>Center</popupPosition>
  124. <!-- 'Center' or 'Top' -->
  125. <popupFixedPosition>
  126. <x>0</x>
  127. <y>0</y>
  128. </popupFixedPosition>
  129. </resize>
  130. <!-- You can reserve a portion of your screen where windows will not cover when
  131.         they are maximized, or when they are initially placed.
  132.         Many programs reserve space automatically, but you can use this in other
  133.         cases. -->
  134. <margins>
  135. <top>0</top>
  136. <bottom>0</bottom>
  137. <left>0</left>
  138. <right>0</right>
  139. </margins>
  140. <dock>
  141. <position>TopLeft</position>
  142. <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
  143. <floatingX>0</floatingX>
  144. <floatingY>0</floatingY>
  145. <noStrut>no</noStrut>
  146. <stacking>Above</stacking>
  147. <!-- 'Above', 'Normal', or 'Below' -->
  148. <direction>Vertical</direction>
  149. <!-- 'Vertical' or 'Horizontal' -->
  150. <autoHide>no</autoHide>
  151. <hideDelay>300</hideDelay>
  152. <!-- in milliseconds (1000 = 1 second) -->
  153. <showDelay>300</showDelay>
  154. <!-- in milliseconds (1000 = 1 second) -->
  155. <moveButton>Middle</moveButton>
  156. <!-- 'Left', 'Middle', 'Right' -->
  157. </dock>
  158. <keyboard>
  159. <chainQuitKey>C-g</chainQuitKey>
  160. <!-- Keybindings for desktop switching -->
  161. <keybind key="C-A-Left">
  162. <action name="DesktopLeft">
  163. <dialog>no</dialog>
  164. <wrap>no</wrap>
  165. </action>
  166. </keybind>
  167. <keybind key="C-A-Right">
  168. <action name="DesktopRight">
  169. <dialog>no</dialog>
  170. <wrap>no</wrap>
  171. </action>
  172. </keybind>
  173. <keybind key="C-A-Up">
  174. <action name="DesktopUp">
  175. <dialog>no</dialog>
  176. <wrap>no</wrap>
  177. </action>
  178. </keybind>
  179. <keybind key="C-A-Down">
  180. <action name="DesktopDown">
  181. <dialog>no</dialog>
  182. <wrap>no</wrap>
  183. </action>
  184. </keybind>
  185. <keybind key="S-A-Left">
  186. <action name="SendToDesktopLeft">
  187. <dialog>no</dialog>
  188. <wrap>no</wrap>
  189. </action>
  190. </keybind>
  191. <keybind key="S-A-Right">
  192. <action name="SendToDesktopRight">
  193. <dialog>no</dialog>
  194. <wrap>no</wrap>
  195. </action>
  196. </keybind>
  197. <keybind key="S-A-Up">
  198. <action name="SendToDesktopUp">
  199. <dialog>no</dialog>
  200. <wrap>no</wrap>
  201. </action>
  202. </keybind>
  203. <keybind key="S-A-Down">
  204. <action name="SendToDesktopDown">
  205. <dialog>no</dialog>
  206. <wrap>no</wrap>
  207. </action>
  208. </keybind>
  209. <keybind key="W-F1">
  210. <action name="Desktop">
  211. <desktop>1</desktop>
  212. </action>
  213. </keybind>
  214. <keybind key="W-F2">
  215. <action name="Desktop">
  216. <desktop>2</desktop>
  217. </action>
  218. </keybind>
  219. <keybind key="W-F3">
  220. <action name="Desktop">
  221. <desktop>3</desktop>
  222. </action>
  223. </keybind>
  224. <keybind key="W-F4">
  225. <action name="Desktop">
  226. <desktop>4</desktop>
  227. </action>
  228. </keybind>
  229. <!-- Keybindings for windows -->
  230. <keybind key="A-F4">
  231. <action name="Close"/>
  232. </keybind>
  233. <keybind key="A-Escape">
  234. <action name="Lower"/>
  235. <action name="FocusToBottom"/>
  236. <action name="Unfocus"/>
  237. </keybind>
  238. <keybind key="A-space">
  239. <action name="ShowMenu">
  240. <menu>client-menu</menu>
  241. </action>
  242. </keybind>
  243. <keybind key="Print">
  244. <action name="Execute">
  245. <execute>scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'</execute>
  246. </action>
  247. </keybind>
  248. <keybind key="A-Print">
  249. <action name="Execute">
  250. <execute>scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/images/ &amp; viewnior ~/images/$f'</execute>
  251. </action>
  252. </keybind>
  253. <!-- Keybindings for window switching -->
  254. <keybind key="A-Tab">
  255.   <action name="NextWindow">
  256.   </action>
  257. </keybind>
  258. <keybind key="A-S-Tab">
  259. <action name="PreviousWindow"/>
  260. </keybind>
  261. <keybind key="C-A-Tab">
  262. <action name="NextWindow">
  263. <panels>yes</panels>
  264. <desktop>yes</desktop>
  265. </action>
  266. </keybind>
  267. <!-- Keybindings for running applications -->
  268. <keybind key="A-F2">
  269. <action name="Execute">
  270. <startupnotify>
  271. <enabled>true</enabled>
  272. <name>Run Program</name>
  273. </startupnotify>
  274. <command>gmrun</command>
  275. </action>
  276. </keybind>
  277. <keybind key="A-F3">
  278. <action name="Execute">
  279. <startupnotify>
  280. <enabled>true</enabled>
  281. <name>dmenu-bind</name>
  282. </startupnotify>
  283. <command>dmenu_run</command>
  284. </action>
  285. </keybind>
  286. <keybind key="W-a">
  287. <action name="ToggleFullscreen"/>
  288. </keybind>
  289. <keybind key="W-f">
  290. <action name="Execute">
  291. <startupnotify>
  292. <enabled>true</enabled>
  293. <name>thunar</name>
  294. </startupnotify>
  295. <command>thunar</command>
  296. </action>
  297. </keybind>
  298. <keybind key="W-Escape">
  299. <action name="Execute">
  300. <startupnotify>
  301. <enabled>true</enabled>
  302. <name>xkill</name>
  303. </startupnotify>
  304. <command>xkill</command>
  305. </action>
  306. </keybind>
  307. <keybind key="W-A-S-C-BackSpace">
  308. <action name="Execute">
  309. <startupnotify>
  310. <enabled>true</enabled>
  311. <name>close openbox</name>
  312. </startupnotify>
  313. <command>openbox --exit</command>
  314. </action>
  315. </keybind>
  316. <keybind key="W-t">
  317. <action name="Execute">
  318. <startupnotify>
  319. <enabled>true</enabled>
  320. <name>Terminal</name>
  321. </startupnotify>
  322. <command>terminator -T /bin/bash --geometry 1680x1080</command>
  323. </action>
  324. </keybind>
  325. <keybind key="W-s">
  326. <action name="Execute">
  327. <startupnotify>
  328. <enabled>true</enabled>
  329. <name>Terminal</name>
  330. </startupnotify>
  331. <command>terminator -f -T /bin/bash</command>
  332. </action>
  333. </keybind>
  334. <keybind key="W-r">
  335. <action name="Execute">
  336. <startupnotify>
  337. <enabled>true</enabled>
  338. <name>Root Terminal</name>
  339. </startupnotify>
  340. <command>gksu terminator</command>
  341. </action>
  342. </keybind>
  343. <keybind key="W-n">
  344. <action name="Execute">
  345. <startupnotify>
  346. <enabled>true</enabled>
  347. <name>smplayer with no composite</name>
  348. </startupnotify>
  349. <command>gmp.sh</command>
  350. </action>
  351. </keybind>
  352. <keybind key="W-w">
  353. <action name="Execute">
  354. <startupnotify>
  355. <enabled>true</enabled>
  356. <name>Web Browser</name>
  357. </startupnotify>
  358. <command>firefox</command>
  359. </action>
  360. </keybind>
  361. <keybind key="W-q">
  362. <action name="Execute">
  363. <startupnotify>
  364. <enabled>true</enabled>
  365. <name>chromium</name>
  366. </startupnotify>
  367. <command>chromium</command>
  368. </action>
  369. </keybind>
  370. <keybind key="XF86AudioRaiseVolume">
  371. <action name="Execute">
  372. <execute>amixer -c 2 set Speaker 1+</execute>
  373. </action>
  374. </keybind>
  375. <keybind key="XF86AudioLowerVolume">
  376. <action name="Execute">
  377. <execute>amixer -c 2 set Speaker 1-</execute>
  378. </action>
  379. </keybind>
  380. <keybind key="XF86AudioMute">
  381. <action name="Execute">
  382. <execute>amixer -c 2 set Speaker toggle</execute>
  383. </action>
  384. </keybind>
  385. <keybind key="W-j">
  386. <action name="Execute">
  387. <startupnotify>
  388. <enabled>true</enabled>
  389. <name>qjackctl</name>
  390. </startupnotify>
  391. <command>qjackctl</command>
  392. </action>
  393. </keybind>
  394. <keybind key="W-x">
  395. <action name="Execute">
  396. <startupnotify>
  397. <enabled>true</enabled>
  398. <name>goodbye</name>
  399. </startupnotify>
  400. <command>goodbye</command>
  401. </action>
  402. </keybind>
  403. <keybind key="W-k">
  404. <action name="Execute">
  405. <startupnotify>
  406. <enabled>true</enabled>
  407. <name>mixxx</name>
  408. </startupnotify>
  409. <command>mixxx</command>
  410. </action>
  411. </keybind>
  412. <keybind key="W-e">
  413. <action name="Execute">
  414. <startupnotify>
  415. <enabled>true</enabled>
  416. <name>Editor</name>
  417. </startupnotify>
  418. <command>geany</command>
  419. </action>
  420. </keybind>
  421. <keybind key="W-m">
  422. <action name="Execute">
  423. <startupnotify>
  424. <enabled>true</enabled>
  425. <name>Mediaplayer</name>
  426. </startupnotify>
  427. <command>vlc</command>
  428. </action>
  429. </keybind>
  430. <keybind key="W-Tab">
  431. <action name="ShowMenu">
  432. <menu>client-list-combined-menu</menu>
  433. </action>
  434. </keybind>
  435. <keybind key="W-space">
  436. <action name="ShowMenu">
  437. <menu>root-menu</menu>
  438. </action>
  439. </keybind>
  440. <keybind key="A-C-m">
  441. <action name="ShowMenu">
  442. <menu>root-menu</menu>
  443. </action>
  444. </keybind>
  445. <keybind key="W-Right">
  446. <action name="MoveToEdgeEast"/>
  447. </keybind>
  448. <keybind key="W-Up">
  449. <action name="MoveToEdgeNorth"/>
  450. </keybind>
  451. <keybind key="W-Left">
  452. <action name="MoveToEdgeWest"/>
  453. </keybind>
  454. <keybind key="W-Down">
  455. <action name="MoveToEdgeSouth"/>
  456. </keybind>
  457. <keybind key="W-h">
  458. <action name="ToggleMaximizeHorz"/>
  459. </keybind>
  460. <keybind key="W-v">
  461. <action name="ToggleMaximizeVert"/>
  462. </keybind>
  463. <keybind key="S-W-Up">
  464. <action name="GrowToEdgeNorth"/>
  465. </keybind>
  466. <keybind key="S-W-Right">
  467. <action name="GrowToEdgeEast"/>
  468. </keybind>
  469. <keybind key="S-W-Down">
  470. <action name="GrowToEdgeSouth"/>
  471. </keybind>
  472. <keybind key="S-W-Left">
  473. <action name="GrowToEdgeWest"/>
  474. </keybind>
  475. <keybind key="W-c">
  476. <action name="MoveToCenter"/>
  477. </keybind>
  478. <keybind key="W-C-Up">
  479. <action name="DirectionalFocusNorth"/>
  480. </keybind>
  481. <keybind key="W-C-Right">
  482. <action name="DirectionalFocusEast"/>
  483. </keybind>
  484. <keybind key="W-C-Down">
  485. <action name="DirectionalFocusSouth"/>
  486. </keybind>
  487. <keybind key="W-C-Left">
  488. <action name="DirectionalFocusWest"/>
  489. </keybind>
  490. <keybind key="W-d">
  491. <action name="ToggleDecorations"/>
  492. </keybind>
  493. </keyboard>
  494. <mouse>
  495. <dragThreshold>8</dragThreshold>
  496. <!-- number of pixels the mouse must move before a drag begins -->
  497. <doubleClickTime>200</doubleClickTime>
  498. <!-- in milliseconds (1000 = 1 second) -->
  499. <screenEdgeWarpTime>400</screenEdgeWarpTime>
  500. <!-- Time before changing desktops when the pointer touches the edge of the
  501.         screen while moving a window, in milliseconds (1000 = 1 second).
  502.         Set this to 0 to disable warping -->
  503. <context name="Frame">
  504. <mousebind button="A-Left" action="Press">
  505. <action name="Focus"/>
  506. <action name="Raise"/>
  507. </mousebind>
  508. <mousebind button="A-Left" action="Click">
  509. <action name="Unshade"/>
  510. </mousebind>
  511. <mousebind button="A-Left" action="Drag">
  512. <action name="Move"/>
  513. </mousebind>
  514. <mousebind button="A-Right" action="Press">
  515. <action name="Focus"/>
  516. <action name="Raise"/>
  517. <action name="Unshade"/>
  518. </mousebind>
  519. <mousebind button="A-Right" action="Drag">
  520. <action name="Resize"/>
  521. </mousebind>
  522. <mousebind button="A-Middle" action="Press">
  523. <action name="Lower"/>
  524. <action name="FocusToBottom"/>
  525. <action name="Unfocus"/>
  526. </mousebind>
  527. <mousebind button="A-Up" action="Click">
  528. <action name="DesktopPrevious"/>
  529. </mousebind>
  530. <mousebind button="A-Down" action="Click">
  531. <action name="DesktopNext"/>
  532. </mousebind>
  533. <mousebind button="C-A-Up" action="Click">
  534. <action name="DesktopPrevious"/>
  535. </mousebind>
  536. <mousebind button="C-A-Down" action="Click">
  537. <action name="DesktopNext"/>
  538. </mousebind>
  539. <mousebind button="A-S-Up" action="Click">
  540. <action name="SendToDesktopPrevious"/>
  541. </mousebind>
  542. <mousebind button="A-S-Down" action="Click">
  543. <action name="SendToDesktopNext"/>
  544. </mousebind>
  545. </context>
  546. <context name="Titlebar">
  547. <mousebind button="Left" action="Press">
  548. <action name="Focus"/>
  549. <action name="Raise"/>
  550. </mousebind>
  551. <mousebind button="Left" action="Drag">
  552. <action name="Move"/>
  553. </mousebind>
  554. <mousebind button="Left" action="DoubleClick">
  555. <action name="ToggleMaximizeFull"/>
  556. </mousebind>
  557. <mousebind button="Middle" action="Press">
  558. <action name="Lower"/>
  559. <action name="FocusToBottom"/>
  560. <action name="Unfocus"/>
  561. </mousebind>
  562. <mousebind button="Up" action="Click">
  563. <action name="Shade"/>
  564. <action name="FocusToBottom"/>
  565. <action name="Unfocus"/>
  566. <action name="Lower"/>
  567. </mousebind>
  568. <mousebind button="Down" action="Click">
  569. <action name="Unshade"/>
  570. <action name="Raise"/>
  571. </mousebind>
  572. <mousebind button="Right" action="Press">
  573. <action name="Focus"/>
  574. <action name="Raise"/>
  575. <action name="ShowMenu">
  576. <menu>client-menu</menu>
  577. </action>
  578. </mousebind>
  579. </context>
  580. <context name="Top">
  581. <mousebind button="Left" action="Press">
  582. <action name="Focus"/>
  583. <action name="Raise"/>
  584. <action name="Unshade"/>
  585. </mousebind>
  586. <mousebind button="Left" action="Drag">
  587. <action name="Resize">
  588. <edge>top</edge>
  589. </action>
  590. </mousebind>
  591. </context>
  592. <context name="Left">
  593. <mousebind button="Left" action="Press">
  594. <action name="Focus"/>
  595. <action name="Raise"/>
  596. </mousebind>
  597. <mousebind button="Left" action="Drag">
  598. <action name="Resize">
  599. <edge>left</edge>
  600. </action>
  601. </mousebind>
  602. </context>
  603. <context name="Right">
  604. <mousebind button="Left" action="Press">
  605. <action name="Focus"/>
  606. <action name="Raise"/>
  607. </mousebind>
  608. <mousebind button="Left" action="Drag">
  609. <action name="Resize">
  610. <edge>right</edge>
  611. </action>
  612. </mousebind>
  613. </context>
  614. <context name="Bottom">
  615. <mousebind button="Left" action="Press">
  616. <action name="Focus"/>
  617. <action name="Raise"/>
  618. </mousebind>
  619. <mousebind button="Left" action="Drag">
  620. <action name="Resize">
  621. <edge>bottom</edge>
  622. </action>
  623. </mousebind>
  624. <mousebind button="Middle" action="Press">
  625. <action name="Lower"/>
  626. <action name="FocusToBottom"/>
  627. <action name="Unfocus"/>
  628. </mousebind>
  629. <mousebind button="Right" action="Press">
  630. <action name="Focus"/>
  631. <action name="Raise"/>
  632. <action name="ShowMenu">
  633. <menu>client-menu</menu>
  634. </action>
  635. </mousebind>
  636. </context>
  637. <context name="BLCorner">
  638. <mousebind button="Left" action="Press">
  639. <action name="Focus"/>
  640. <action name="Raise"/>
  641. </mousebind>
  642. <mousebind button="Left" action="Drag">
  643. <action name="Resize"/>
  644. </mousebind>
  645. </context>
  646. <context name="BRCorner">
  647. <mousebind button="Left" action="Press">
  648. <action name="Focus"/>
  649. <action name="Raise"/>
  650. </mousebind>
  651. <mousebind button="Left" action="Drag">
  652. <action name="Resize"/>
  653. </mousebind>
  654. </context>
  655. <context name="TLCorner">
  656. <mousebind button="Left" action="Press">
  657. <action name="Focus"/>
  658. <action name="Raise"/>
  659. <action name="Unshade"/>
  660. </mousebind>
  661. <mousebind button="Left" action="Drag">
  662. <action name="Resize"/>
  663. </mousebind>
  664. </context>
  665. <context name="TRCorner">
  666. <mousebind button="Left" action="Press">
  667. <action name="Focus"/>
  668. <action name="Raise"/>
  669. <action name="Unshade"/>
  670. </mousebind>
  671. <mousebind button="Left" action="Drag">
  672. <action name="Resize"/>
  673. </mousebind>
  674. </context>
  675. <context name="Client">
  676. <mousebind button="Left" action="Press">
  677. <action name="Focus"/>
  678. <action name="Raise"/>
  679. </mousebind>
  680. <mousebind button="Middle" action="Press">
  681. <action name="Focus"/>
  682. <action name="Raise"/>
  683. </mousebind>
  684. <mousebind button="Right" action="Press">
  685. <action name="Focus"/>
  686. <action name="Raise"/>
  687. </mousebind>
  688. </context>
  689. <context name="Icon">
  690. <mousebind button="Left" action="Press">
  691. <action name="Focus"/>
  692. <action name="Raise"/>
  693. <action name="Unshade"/>
  694. <action name="ShowMenu">
  695. <menu>client-menu</menu>
  696. </action>
  697. </mousebind>
  698. <mousebind button="Right" action="Press">
  699. <action name="Focus"/>
  700. <action name="Raise"/>
  701. <action name="ShowMenu">
  702. <menu>client-menu</menu>
  703. </action>
  704. </mousebind>
  705. </context>
  706. <context name="AllDesktops">
  707. <mousebind button="Left" action="Press">
  708. <action name="Focus"/>
  709. <action name="Raise"/>
  710. <action name="Unshade"/>
  711. </mousebind>
  712. <mousebind button="Left" action="Click">
  713. <action name="ToggleOmnipresent"/>
  714. </mousebind>
  715. </context>
  716. <context name="Shade">
  717. <mousebind button="Left" action="Press">
  718. <action name="Focus"/>
  719. <action name="Raise"/>
  720. </mousebind>
  721. <mousebind button="Left" action="Click">
  722. <action name="ToggleShade"/>
  723. </mousebind>
  724. </context>
  725. <context name="Iconify">
  726. <mousebind button="Left" action="Press">
  727. <action name="Focus"/>
  728. <action name="Raise"/>
  729. </mousebind>
  730. <mousebind button="Left" action="Click">
  731. <action name="Iconify"/>
  732. </mousebind>
  733. </context>
  734. <context name="Maximize">
  735. <mousebind button="Left" action="Press">
  736. <action name="Focus"/>
  737. <action name="Raise"/>
  738. <action name="Unshade"/>
  739. </mousebind>
  740. <mousebind button="Middle" action="Press">
  741. <action name="Focus"/>
  742. <action name="Raise"/>
  743. <action name="Unshade"/>
  744. </mousebind>
  745. <mousebind button="Right" action="Press">
  746. <action name="Focus"/>
  747. <action name="Raise"/>
  748. <action name="Unshade"/>
  749. </mousebind>
  750. <mousebind button="Left" action="Click">
  751. <action name="ToggleMaximizeFull"/>
  752. </mousebind>
  753. <mousebind button="Middle" action="Click">
  754. <action name="ToggleMaximizeVert"/>
  755. </mousebind>
  756. <mousebind button="Right" action="Click">
  757. <action name="ToggleMaximizeHorz"/>
  758. </mousebind>
  759. </context>
  760. <context name="Close">
  761. <mousebind button="Left" action="Press">
  762. <action name="Focus"/>
  763. <action name="Raise"/>
  764. <action name="Unshade"/>
  765. </mousebind>
  766. <mousebind button="Left" action="Click">
  767. <action name="Close"/>
  768. </mousebind>
  769. </context>
  770. <context name="Desktop">
  771. <mousebind button="Up" action="Click">
  772. <action name=""/>
  773. </mousebind>
  774. <mousebind button="Down" action="Click">
  775. <action name=""/>
  776. </mousebind>
  777. <mousebind button="A-Up" action="Click">
  778. <action name="DesktopPrevious"/>
  779. </mousebind>
  780. <mousebind button="A-Down" action="Click">
  781. <action name="DesktopNext"/>
  782. </mousebind>
  783. <mousebind button="C-A-Up" action="Click">
  784. <action name="DesktopPrevious"/>
  785. </mousebind>
  786. <mousebind button="C-A-Down" action="Click">
  787. <action name="DesktopNext"/>
  788. </mousebind>
  789. <mousebind button="Left" action="Press">
  790. <action name="Focus"/>
  791. <action name="Raise"/>
  792. </mousebind>
  793. </context>
  794. <context name="Root">
  795. <!-- Menus -->
  796. <mousebind button="Middle" action="Press">
  797. <action name="ShowMenu">
  798. <menu>client-list-combined-menu</menu>
  799. </action>
  800. </mousebind>
  801. <mousebind button="Right" action="Press">
  802. <action name="ShowMenu">
  803. <menu>root-menu</menu>
  804. </action>
  805. </mousebind>
  806. </context>
  807. <context name="MoveResize">
  808. <mousebind button="Up" action="Click">
  809. <action name="DesktopPrevious"/>
  810. </mousebind>
  811. <mousebind button="Down" action="Click">
  812. <action name="DesktopNext"/>
  813. </mousebind>
  814. <mousebind button="A-Up" action="Click">
  815. <action name="DesktopPrevious"/>
  816. </mousebind>
  817. <mousebind button="A-Down" action="Click">
  818. <action name="DesktopNext"/>
  819. </mousebind>
  820. </context>
  821. </mouse>
  822. <menu>
  823. <!-- You can specify more than one menu file in here and they are all loaded,
  824.         just don't make menu ids clash or, well, it'll be kind of pointless -->
  825. <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
  826. <!-- system menu files on Debian systems
  827.         <file>/var/lib/openbox/debian-menu.xml</file>
  828.         <file>debian-menu.xml</file> -->
  829. <file>menu.xml</file>
  830. <hideDelay>200</hideDelay>
  831. <middle>no</middle>
  832. <submenuShowDelay>100</submenuShowDelay>
  833. <applicationIcons>yes</applicationIcons>
  834. </menu>
  835. <applications>
  836.   <application name="terminator">
  837.     <decor>no</decor>
  838.   </application>
  839.   <application class="terminator">
  840.     <decor>no</decor>
  841.   </application>
  842. </applications>
  843.  
  844.  
  845.         --&gt;
  846.         </openbox_config>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me