rc.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Do not edit this file, it will be overwritten on install.
  3. Copy the file to $HOME/.config/openbox/ instead. -->
  4. <openbox_config xmlns="http://openbox.org/3.4/rc" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <resistance>
  6. <strength>10</strength>
  7. <screen_edge_strength>20</screen_edge_strength>
  8. </resistance>
  9. <focus>
  10. <focusNew>yes</focusNew>
  11. <!-- always try to focus new windows when they appear. other rules do
  12. apply -->
  13. <followMouse>yes</followMouse>
  14. <!-- move focus to a window when you move the mouse into it -->
  15. <focusLast>yes</focusLast>
  16. <!-- focus the last used window when changing desktops, instead of the one
  17. under the mouse pointer. when followMouse is enabled -->
  18. <underMouse>no</underMouse>
  19. <!-- move focus under the mouse, even when the mouse is not moving -->
  20. <focusDelay>200</focusDelay>
  21. <!-- when followMouse is enabled, the mouse must be inside the window for
  22. this many milliseconds (1000 = 1 sec) before moving focus to it -->
  23. <raiseOnFocus>no</raiseOnFocus>
  24. <!-- when followMouse is enabled, and a window is given focus by moving the
  25. mouse into it, also raise the window -->
  26. </focus>
  27. <placement>
  28. <policy>Smart</policy>
  29. <!-- 'Smart' or 'UnderMouse' -->
  30. <center>yes</center>
  31. <!-- whether to place windows in the center of the free area found or
  32. the top left corner -->
  33. <monitor>Primary</monitor>
  34. <!-- with Smart placement on a multi-monitor system, try to place new windows
  35. on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
  36. the active window is, 'Primary' - only on the primary monitor -->
  37. <primaryMonitor>1</primaryMonitor>
  38. <!-- The monitor where Openbox should place popup dialogs such as the
  39. focus cycling popup, or the desktop switch popup. It can be an index
  40. from 1, specifying a particular monitor. Or it can be one of the
  41. following: 'Mouse' - where the mouse is, or
  42. 'Active' - where the active window is -->
  43. </placement>
  44. <theme>
  45. <name>Clearlooks</name>
  46. <titleLayout>NLIMC</titleLayout>
  47. <!--
  48. available characters are NDSLIMC, each can occur at most once.
  49. N: window icon
  50. L: window label (AKA title).
  51. I: iconify
  52. M: maximize
  53. C: close
  54. S: shade (roll up/down)
  55. D: omnipresent (on all desktops).
  56. -->
  57. <keepBorder>yes</keepBorder>
  58. <animateIconify>yes</animateIconify>
  59. <font place="ActiveWindow">
  60. <name>sans</name>
  61. <size>8</size>
  62. <!-- font size in points -->
  63. <weight>bold</weight>
  64. <!-- 'bold' or 'normal' -->
  65. <slant>normal</slant>
  66. <!-- 'italic' or 'normal' -->
  67. </font>
  68. <font place="InactiveWindow">
  69. <name>sans</name>
  70. <size>8</size>
  71. <!-- font size in points -->
  72. <weight>bold</weight>
  73. <!-- 'bold' or 'normal' -->
  74. <slant>normal</slant>
  75. <!-- 'italic' or 'normal' -->
  76. </font>
  77. <font place="MenuHeader">
  78. <name>sans</name>
  79. <size>9</size>
  80. <!-- font size in points -->
  81. <weight>normal</weight>
  82. <!-- 'bold' or 'normal' -->
  83. <slant>normal</slant>
  84. <!-- 'italic' or 'normal' -->
  85. </font>
  86. <font place="MenuItem">
  87. <name>sans</name>
  88. <size>9</size>
  89. <!-- font size in points -->
  90. <weight>normal</weight>
  91. <!-- 'bold' or 'normal' -->
  92. <slant>normal</slant>
  93. <!-- 'italic' or 'normal' -->
  94. </font>
  95. <font place="ActiveOnScreenDisplay">
  96. <name>sans</name>
  97. <size>9</size>
  98. <!-- font size in points -->
  99. <weight>bold</weight>
  100. <!-- 'bold' or 'normal' -->
  101. <slant>normal</slant>
  102. <!-- 'italic' or 'normal' -->
  103. </font>
  104. <font place="InactiveOnScreenDisplay">
  105. <name>sans</name>
  106. <size>9</size>
  107. <!-- font size in points -->
  108. <weight>bold</weight>
  109. <!-- 'bold' or 'normal' -->
  110. <slant>normal</slant>
  111. <!-- 'italic' or 'normal' -->
  112. </font>
  113. </theme>
  114. <desktops>
  115. <!-- this stuff is only used at startup, pagers allow you to change them
  116. during a session
  117. these are default values to use when other ones are not already set
  118. by other applications, or saved in your session
  119. use obconf if you want to change these without having to log out
  120. and back in -->
  121. <number>4</number>
  122. <firstdesk>1</firstdesk>
  123. <names>
  124. <!-- set names up here if you want to, like this:
  125. <name>desktop 1</name>
  126. <name>desktop 2</name>
  127. -->
  128. </names>
  129. <popupTime>875</popupTime>
  130. <!-- The number of milliseconds to show the popup for when switching
  131. desktops. Set this to 0 to disable the popup. -->
  132. </desktops>
  133. <resize>
  134. <drawContents>yes</drawContents>
  135. <popupShow>Nonpixel</popupShow>
  136. <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
  137. <popupPosition>Center</popupPosition>
  138. <!-- 'Center', 'Top', or 'Fixed' -->
  139. <popupFixedPosition>
  140. <!-- these are used if popupPosition is set to 'Fixed' -->
  141. <x>10</x>
  142. <!-- positive number for distance from left edge, negative number for
  143. distance from right edge, or 'Center' -->
  144. <y>10</y>
  145. <!-- positive number for distance from top edge, negative number for
  146. distance from bottom edge, or 'Center' -->
  147. </popupFixedPosition>
  148. </resize>
  149. <!-- You can reserve a portion of your screen where windows will not cover when
  150. they are maximized, or when they are initially placed.
  151. Many programs reserve space automatically, but you can use this in other
  152. cases. -->
  153. <margins>
  154. <top>0</top>
  155. <bottom>0</bottom>
  156. <left>0</left>
  157. <right>0</right>
  158. </margins>
  159. <dock>
  160. <position>TopLeft</position>
  161. <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
  162. <floatingX>0</floatingX>
  163. <floatingY>0</floatingY>
  164. <noStrut>no</noStrut>
  165. <stacking>Above</stacking>
  166. <!-- 'Above', 'Normal', or 'Below' -->
  167. <direction>Vertical</direction>
  168. <!-- 'Vertical' or 'Horizontal' -->
  169. <autoHide>no</autoHide>
  170. <hideDelay>300</hideDelay>
  171. <!-- in milliseconds (1000 = 1 second) -->
  172. <showDelay>300</showDelay>
  173. <!-- in milliseconds (1000 = 1 second) -->
  174. <moveButton>Middle</moveButton>
  175. <!-- 'Left', 'Middle', 'Right' -->
  176. </dock>
  177. <keyboard>
  178. <chainQuitKey>C-g</chainQuitKey>
  179. <!-- Keybindings for desktop switching -->
  180. <keybind key="C-A-Left">
  181. <action name="GoToDesktop">
  182. <to>left</to>
  183. <wrap>no</wrap>
  184. </action>
  185. </keybind>
  186. <keybind key="C-A-Right">
  187. <action name="GoToDesktop">
  188. <to>right</to>
  189. <wrap>no</wrap>
  190. </action>
  191. </keybind>
  192. <keybind key="C-A-Up">
  193. <action name="GoToDesktop">
  194. <to>up</to>
  195. <wrap>no</wrap>
  196. </action>
  197. </keybind>
  198. <keybind key="C-A-Down">
  199. <action name="GoToDesktop">
  200. <to>down</to>
  201. <wrap>no</wrap>
  202. </action>
  203. </keybind>
  204. <keybind key="S-A-Left">
  205. <action name="SendToDesktop">
  206. <to>left</to>
  207. <wrap>no</wrap>
  208. </action>
  209. </keybind>
  210. <keybind key="S-A-Right">
  211. <action name="SendToDesktop">
  212. <to>right</to>
  213. <wrap>no</wrap>
  214. </action>
  215. </keybind>
  216. <keybind key="S-A-Up">
  217. <action name="SendToDesktop">
  218. <to>up</to>
  219. <wrap>no</wrap>
  220. </action>
  221. </keybind>
  222. <keybind key="S-A-Down">
  223. <action name="SendToDesktop">
  224. <to>down</to>
  225. <wrap>no</wrap>
  226. </action>
  227. </keybind>
  228. <keybind key="W-F1">
  229. <action name="GoToDesktop">
  230. <to>1</to>
  231. </action>
  232. </keybind>
  233. <keybind key="W-F2">
  234. <action name="GoToDesktop">
  235. <to>2</to>
  236. </action>
  237. </keybind>
  238. <keybind key="W-F3">
  239. <action name="GoToDesktop">
  240. <to>3</to>
  241. </action>
  242. </keybind>
  243. <keybind key="W-F4">
  244. <action name="GoToDesktop">
  245. <to>4</to>
  246. </action>
  247. </keybind>
  248. <keybind key="W-d">
  249. <action name="ToggleShowDesktop"/>
  250. </keybind>
  251. <!-- Keybindings for windows -->
  252. <keybind key="Alt-S-Q">
  253. <action name="Close"/>
  254. </keybind>
  255. <keybind key="A-Escape">
  256. <action name="Lower"/>
  257. <action name="FocusToBottom"/>
  258. <action name="Unfocus"/>
  259. </keybind>
  260. <!-- Keybindings for window switching -->
  261. <keybind key="A-Tab">
  262. <action name="NextWindow">
  263. <finalactions>
  264. <action name="Focus"/>
  265. <action name="Raise"/>
  266. <action name="Unshade"/>
  267. </finalactions>
  268. </action>
  269. </keybind>
  270. <keybind key="A-S-Tab">
  271. <action name="PreviousWindow">
  272. <finalactions>
  273. <action name="Focus"/>
  274. <action name="Raise"/>
  275. <action name="Unshade"/>
  276. </finalactions>
  277. </action>
  278. </keybind>
  279. <keybind key="C-A-Tab">
  280. <action name="NextWindow">
  281. <panels>yes</panels>
  282. <desktop>yes</desktop>
  283. <finalactions>
  284. <action name="Focus"/>
  285. <action name="Raise"/>
  286. <action name="Unshade"/>
  287. </finalactions>
  288. </action>
  289. </keybind>
  290. <!-- Keybindings for window switching with the arrow keys -->
  291. <keybind key="W-S-Right">
  292. <action name="DirectionalCycleWindows">
  293. <direction>right</direction>
  294. </action>
  295. </keybind>
  296. <keybind key="W-S-Left">
  297. <action name="DirectionalCycleWindows">
  298. <direction>left</direction>
  299. </action>
  300. </keybind>
  301. <keybind key="W-S-Up">
  302. <action name="DirectionalCycleWindows">
  303. <direction>up</direction>
  304. </action>
  305. </keybind>
  306. <keybind key="W-S-Down">
  307. <action name="DirectionalCycleWindows">
  308. <direction>down</direction>
  309. </action>
  310. </keybind>
  311. <!-- Keybindings for running applications -->
  312. <keybind key="W-e">
  313. <action name="Execute">
  314. <startupnotify>
  315. <enabled>true</enabled>
  316. <name>Konqueror</name>
  317. </startupnotify>
  318. <command>kfmclient openProfile filemanagement</command>
  319. </action>
  320. </keybind>
  321. <keybind key="W-A-Down">
  322. <action name="MoveResizeTo">
  323. <x>center</x>
  324. <y>center</y>
  325. <monitor>1</monitor>
  326. </action>
  327. </keybind>
  328. <keybind key="A-space">
  329. <action name="Execute">
  330. <command>rofi -show run</command>
  331. </action>
  332. </keybind>
  333. <keybind key="A-d">
  334. <action name="Execute">
  335. <command>dmenu_run</command>
  336. </action>
  337. </keybind>
  338. <keybind key="A-S-space">
  339. <action name="Execute">
  340. <command>rofi -show window</command>
  341. </action>
  342. </keybind>
  343. <keybind key="A-0x3D">
  344. <action name="Execute">
  345. <command>/home/swatson/Repos/dotfiles/rofi/rtmux.sh</command>
  346. </action>
  347. </keybind>
  348. <keybind key="W-Return">
  349. <action name="Execute">
  350. <command>alacritty</command>
  351. </action>
  352. </keybind>
  353. <keybind key="W-space">
  354. <action name="Maximize"/>
  355. </keybind>
  356. <keybind key="W-S-space">
  357. <action name="Unmaximize"/>
  358. </keybind>
  359. <keybind key="W-S-m">
  360. <action name="Iconify"/>
  361. </keybind>
  362. <keybind key="W-s">
  363. <action name="Shade"/>
  364. </keybind>
  365. <keybind key="W-S-s">
  366. <action name="Unshade"/>
  367. </keybind>
  368. <keybind key="KP_End">
  369. <action name="Execute">
  370. <command>xdotool key ctrl+c b</command>
  371. </action>
  372. </keybind>
  373. <keybind key="KP_Down">
  374. <action name="Execute">
  375. <command>xdotool key ctrl+c z</command>
  376. </action>
  377. </keybind>
  378. <keybind key="KP_Left">
  379. <action name="Execute">
  380. <command>xdotool key ctrl+x 5 2</command>
  381. </action>
  382. </keybind>
  383. <keybind key="KP_Begin">
  384. <action name="Execute">
  385. <command>xdotool key ctrl+x 5 0</command>
  386. </action>
  387. </keybind>
  388. <keybind key="KP_Home">
  389. <action name="Execute">
  390. <command>xdotool key ctrl+g</command>
  391. </action>
  392. </keybind>
  393. <keybind key="KP_Up">
  394. <action name="Execute">
  395. <command>xdotool key ctrl+x k</command>
  396. </action>
  397. </keybind>
  398. </keyboard>
  399. <mouse>
  400. <dragThreshold>1</dragThreshold>
  401. <!-- number of pixels the mouse must move before a drag begins -->
  402. <doubleClickTime>500</doubleClickTime>
  403. <!-- in milliseconds (1000 = 1 second) -->
  404. <screenEdgeWarpTime>400</screenEdgeWarpTime>
  405. <!-- Time before changing desktops when the pointer touches the edge of the
  406. screen while moving a window, in milliseconds (1000 = 1 second).
  407. Set this to 0 to disable warping -->
  408. <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
  409. <!-- Set this to TRUE to move the mouse pointer across the desktop when
  410. switching due to hitting the edge of the screen -->
  411. <context name="Frame">
  412. <mousebind button="A-Left" action="Press">
  413. <action name="Focus"/>
  414. <action name="Raise"/>
  415. </mousebind>
  416. <mousebind button="A-Left" action="Click">
  417. <action name="Unshade"/>
  418. </mousebind>
  419. <mousebind button="A-Left" action="Drag">
  420. <action name="Move"/>
  421. </mousebind>
  422. <mousebind button="A-Right" action="Press">
  423. <action name="Focus"/>
  424. <action name="Raise"/>
  425. <action name="Unshade"/>
  426. </mousebind>
  427. <mousebind button="A-Right" action="Drag">
  428. <action name="Resize"/>
  429. </mousebind>
  430. <mousebind button="A-Middle" action="Press">
  431. <action name="Lower"/>
  432. <action name="FocusToBottom"/>
  433. <action name="Unfocus"/>
  434. </mousebind>
  435. <mousebind button="A-Up" action="Click">
  436. <action name="GoToDesktop">
  437. <to>previous</to>
  438. </action>
  439. </mousebind>
  440. <mousebind button="A-Down" action="Click">
  441. <action name="GoToDesktop">
  442. <to>next</to>
  443. </action>
  444. </mousebind>
  445. <mousebind button="C-A-Up" action="Click">
  446. <action name="GoToDesktop">
  447. <to>previous</to>
  448. </action>
  449. </mousebind>
  450. <mousebind button="C-A-Down" action="Click">
  451. <action name="GoToDesktop">
  452. <to>next</to>
  453. </action>
  454. </mousebind>
  455. <mousebind button="A-S-Up" action="Click">
  456. <action name="SendToDesktop">
  457. <to>previous</to>
  458. </action>
  459. </mousebind>
  460. <mousebind button="A-S-Down" action="Click">
  461. <action name="SendToDesktop">
  462. <to>next</to>
  463. </action>
  464. </mousebind>
  465. </context>
  466. <context name="Titlebar">
  467. <mousebind button="Left" action="Drag">
  468. <action name="Move"/>
  469. </mousebind>
  470. <mousebind button="Left" action="DoubleClick">
  471. <action name="ToggleMaximize"/>
  472. </mousebind>
  473. <mousebind button="Up" action="Click">
  474. <action name="if">
  475. <shaded>no</shaded>
  476. <then>
  477. <action name="Shade"/>
  478. <action name="FocusToBottom"/>
  479. <action name="Unfocus"/>
  480. <action name="Lower"/>
  481. </then>
  482. </action>
  483. </mousebind>
  484. <mousebind button="Down" action="Click">
  485. <action name="if">
  486. <shaded>yes</shaded>
  487. <then>
  488. <action name="Unshade"/>
  489. <action name="Raise"/>
  490. </then>
  491. </action>
  492. </mousebind>
  493. </context>
  494. <context name="Titlebar Top Right Bottom Left TLCorner TRCorner BRCorner BLCorner">
  495. <mousebind button="Left" action="Press">
  496. <action name="Focus"/>
  497. <action name="Raise"/>
  498. <action name="Unshade"/>
  499. </mousebind>
  500. <mousebind button="Middle" action="Press">
  501. <action name="Lower"/>
  502. <action name="FocusToBottom"/>
  503. <action name="Unfocus"/>
  504. </mousebind>
  505. <mousebind button="Right" action="Press">
  506. <action name="Focus"/>
  507. <action name="Raise"/>
  508. <action name="ShowMenu">
  509. <menu>client-menu</menu>
  510. </action>
  511. </mousebind>
  512. </context>
  513. <context name="Top">
  514. <mousebind button="Left" action="Drag">
  515. <action name="Resize">
  516. <edge>top</edge>
  517. </action>
  518. </mousebind>
  519. </context>
  520. <context name="Left">
  521. <mousebind button="Left" action="Drag">
  522. <action name="Resize">
  523. <edge>left</edge>
  524. </action>
  525. </mousebind>
  526. </context>
  527. <context name="Right">
  528. <mousebind button="Left" action="Drag">
  529. <action name="Resize">
  530. <edge>right</edge>
  531. </action>
  532. </mousebind>
  533. </context>
  534. <context name="Bottom">
  535. <mousebind button="Left" action="Drag">
  536. <action name="Resize">
  537. <edge>bottom</edge>
  538. </action>
  539. </mousebind>
  540. <mousebind button="Right" action="Press">
  541. <action name="Focus"/>
  542. <action name="Raise"/>
  543. <action name="ShowMenu">
  544. <menu>client-menu</menu>
  545. </action>
  546. </mousebind>
  547. </context>
  548. <context name="TRCorner BRCorner TLCorner BLCorner">
  549. <mousebind button="Left" action="Press">
  550. <action name="Focus"/>
  551. <action name="Raise"/>
  552. <action name="Unshade"/>
  553. </mousebind>
  554. <mousebind button="Left" action="Drag">
  555. <action name="Resize"/>
  556. </mousebind>
  557. </context>
  558. <context name="Client">
  559. <mousebind button="Left" action="Press">
  560. <action name="Focus"/>
  561. <action name="Raise"/>
  562. </mousebind>
  563. <mousebind button="Middle" action="Press">
  564. <action name="Focus"/>
  565. <action name="Raise"/>
  566. </mousebind>
  567. <mousebind button="Right" action="Press">
  568. <action name="Focus"/>
  569. <action name="Raise"/>
  570. </mousebind>
  571. </context>
  572. <context name="Icon">
  573. <mousebind button="Left" action="Press">
  574. <action name="Focus"/>
  575. <action name="Raise"/>
  576. <action name="Unshade"/>
  577. <action name="ShowMenu">
  578. <menu>client-menu</menu>
  579. </action>
  580. </mousebind>
  581. <mousebind button="Right" action="Press">
  582. <action name="Focus"/>
  583. <action name="Raise"/>
  584. <action name="ShowMenu">
  585. <menu>client-menu</menu>
  586. </action>
  587. </mousebind>
  588. </context>
  589. <context name="AllDesktops">
  590. <mousebind button="Left" action="Press">
  591. <action name="Focus"/>
  592. <action name="Raise"/>
  593. <action name="Unshade"/>
  594. </mousebind>
  595. <mousebind button="Left" action="Click">
  596. <action name="ToggleOmnipresent"/>
  597. </mousebind>
  598. </context>
  599. <context name="Shade">
  600. <mousebind button="Left" action="Press">
  601. <action name="Focus"/>
  602. <action name="Raise"/>
  603. </mousebind>
  604. <mousebind button="Left" action="Click">
  605. <action name="ToggleShade"/>
  606. </mousebind>
  607. </context>
  608. <context name="Iconify">
  609. <mousebind button="Left" action="Press">
  610. <action name="Focus"/>
  611. <action name="Raise"/>
  612. </mousebind>
  613. <mousebind button="Left" action="Click">
  614. <action name="Iconify"/>
  615. </mousebind>
  616. </context>
  617. <context name="Maximize">
  618. <mousebind button="Left" action="Press">
  619. <action name="Focus"/>
  620. <action name="Raise"/>
  621. <action name="Unshade"/>
  622. </mousebind>
  623. <mousebind button="Middle" action="Press">
  624. <action name="Focus"/>
  625. <action name="Raise"/>
  626. <action name="Unshade"/>
  627. </mousebind>
  628. <mousebind button="Right" action="Press">
  629. <action name="Focus"/>
  630. <action name="Raise"/>
  631. <action name="Unshade"/>
  632. </mousebind>
  633. <mousebind button="Left" action="Click">
  634. <action name="ToggleMaximize"/>
  635. </mousebind>
  636. <mousebind button="Middle" action="Click">
  637. <action name="ToggleMaximize">
  638. <direction>vertical</direction>
  639. </action>
  640. </mousebind>
  641. <mousebind button="Right" action="Click">
  642. <action name="ToggleMaximize">
  643. <direction>horizontal</direction>
  644. </action>
  645. </mousebind>
  646. </context>
  647. <context name="Close">
  648. <mousebind button="Left" action="Press">
  649. <action name="Focus"/>
  650. <action name="Raise"/>
  651. <action name="Unshade"/>
  652. </mousebind>
  653. <mousebind button="Left" action="Click">
  654. <action name="Close"/>
  655. </mousebind>
  656. </context>
  657. <context name="Desktop">
  658. <mousebind button="Up" action="Click">
  659. <action name="GoToDesktop">
  660. <to>previous</to>
  661. </action>
  662. </mousebind>
  663. <mousebind button="Down" action="Click">
  664. <action name="GoToDesktop">
  665. <to>next</to>
  666. </action>
  667. </mousebind>
  668. <mousebind button="A-Up" action="Click">
  669. <action name="GoToDesktop">
  670. <to>previous</to>
  671. </action>
  672. </mousebind>
  673. <mousebind button="A-Down" action="Click">
  674. <action name="GoToDesktop">
  675. <to>next</to>
  676. </action>
  677. </mousebind>
  678. <mousebind button="C-A-Up" action="Click">
  679. <action name="GoToDesktop">
  680. <to>previous</to>
  681. </action>
  682. </mousebind>
  683. <mousebind button="C-A-Down" action="Click">
  684. <action name="GoToDesktop">
  685. <to>next</to>
  686. </action>
  687. </mousebind>
  688. <mousebind button="Left" action="Press">
  689. <action name="Focus"/>
  690. <action name="Raise"/>
  691. </mousebind>
  692. <mousebind button="Right" action="Press">
  693. <action name="Focus"/>
  694. <action name="Raise"/>
  695. </mousebind>
  696. </context>
  697. <context name="Root">
  698. <!-- Menus -->
  699. <mousebind button="Middle" action="Press">
  700. <action name="ShowMenu">
  701. <menu>client-list-combined-menu</menu>
  702. </action>
  703. </mousebind>
  704. <mousebind button="Right" action="Press">
  705. <action name="ShowMenu">
  706. <menu>root-menu</menu>
  707. </action>
  708. </mousebind>
  709. </context>
  710. <context name="MoveResize">
  711. <mousebind button="Up" action="Click">
  712. <action name="GoToDesktop">
  713. <to>previous</to>
  714. </action>
  715. </mousebind>
  716. <mousebind button="Down" action="Click">
  717. <action name="GoToDesktop">
  718. <to>next</to>
  719. </action>
  720. </mousebind>
  721. <mousebind button="A-Up" action="Click">
  722. <action name="GoToDesktop">
  723. <to>previous</to>
  724. </action>
  725. </mousebind>
  726. <mousebind button="A-Down" action="Click">
  727. <action name="GoToDesktop">
  728. <to>next</to>
  729. </action>
  730. </mousebind>
  731. </context>
  732. </mouse>
  733. <menu>
  734. <!-- You can specify more than one menu file in here and they are all loaded,
  735. just don't make menu ids clash or, well, it'll be kind of pointless -->
  736. <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
  737. <file>menu.xml</file>
  738. <hideDelay>200</hideDelay>
  739. <!-- if a press-release lasts longer than this setting (in milliseconds), the
  740. menu is hidden again -->
  741. <middle>no</middle>
  742. <!-- center submenus vertically about the parent entry -->
  743. <submenuShowDelay>100</submenuShowDelay>
  744. <!-- time to delay before showing a submenu after hovering over the parent
  745. entry.
  746. if this is a negative value, then the delay is infinite and the
  747. submenu will not be shown until it is clicked on -->
  748. <submenuHideDelay>400</submenuHideDelay>
  749. <!-- time to delay before hiding a submenu when selecting another
  750. entry in parent menu
  751. if this is a negative value, then the delay is infinite and the
  752. submenu will not be hidden until a different submenu is opened -->
  753. <showIcons>yes</showIcons>
  754. <!-- controls if icons appear in the client-list-(combined-)menu -->
  755. <manageDesktops>yes</manageDesktops>
  756. <!-- show the manage desktops section in the client-list-(combined-)menu -->
  757. </menu>
  758. <applications>
  759. <!--
  760. # this is an example with comments through out. use these to make your
  761. # own rules, but without the comments of course.
  762. # you may use one or more of the name/class/role/title/type rules to specify
  763. # windows to match
  764. <application name="the window's _OB_APP_NAME property (see obxprop)"
  765. class="the window's _OB_APP_CLASS property (see obxprop)"
  766. groupname="the window's _OB_APP_GROUP_NAME property (see obxprop)"
  767. groupclass="the window's _OB_APP_GROUP_CLASS property (see obxprop)"
  768. role="the window's _OB_APP_ROLE property (see obxprop)"
  769. title="the window's _OB_APP_TITLE property (see obxprop)"
  770. type="the window's _OB_APP_TYPE property (see obxprob)..
  771. (if unspecified, then it is 'dialog' for child windows)">
  772. # you may set only one of name/class/role/title/type, or you may use more
  773. # than one together to restrict your matches.
  774. # the name, class, role, and title use simple wildcard matching such as those
  775. # used by a shell. you can use * to match any characters and ? to match
  776. # any single character.
  777. # the type is one of: normal, dialog, splash, utility, menu, toolbar, dock,
  778. # or desktop
  779. # when multiple rules match a window, they will all be applied, in the
  780. # order that they appear in this list
  781. # each rule element can be left out or set to 'default' to specify to not
  782. # change that attribute of the window
  783. <decor>yes</decor>
  784. # enable or disable window decorations
  785. <shade>no</shade>
  786. # make the window shaded when it appears, or not
  787. <position force="no">
  788. # the position is only used if both an x and y coordinate are provided
  789. # (and not set to 'default')
  790. # when force is "yes", then the window will be placed here even if it
  791. # says you want it placed elsewhere. this is to override buggy
  792. # applications who refuse to behave
  793. <x>center</x>
  794. # a number like 50, or 'center' to center on screen. use a negative number
  795. # to start from the right (or bottom for <y>), ie -50 is 50 pixels from
  796. # the right edge (or bottom). use 'default' to specify using value
  797. # provided by the application, or chosen by openbox, instead.
  798. <y>200</y>
  799. <monitor>1</monitor>
  800. # specifies the monitor in a xinerama setup.
  801. # 1 is the first head, or 'mouse' for wherever the mouse is
  802. </position>
  803. <size>
  804. # the size to make the window.
  805. <width>20</width>
  806. # a number like 20, or 'default' to use the size given by the application.
  807. # you can use fractions such as 1/2 or percentages such as 75% in which
  808. # case the value is relative to the size of the monitor that the window
  809. # appears on.
  810. <height>30%</height>
  811. </size>
  812. <focus>yes</focus>
  813. # if the window should try be given focus when it appears. if this is set
  814. # to yes it doesn't guarantee the window will be given focus. some
  815. # restrictions may apply, but Openbox will try to
  816. <desktop>1</desktop>
  817. # 1 is the first desktop, 'all' for all desktops
  818. <layer>normal</layer>
  819. # 'above', 'normal', or 'below'
  820. <iconic>no</iconic>
  821. # make the window iconified when it appears, or not
  822. <skip_pager>no</skip_pager>
  823. # asks to not be shown in pagers
  824. <skip_taskbar>no</skip_taskbar>
  825. # asks to not be shown in taskbars. window cycling actions will also
  826. # skip past such windows
  827. <fullscreen>yes</fullscreen>
  828. # make the window in fullscreen mode when it appears
  829. <maximized>true</maximized>
  830. # 'Horizontal', 'Vertical' or boolean (yes/no)
  831. </application>
  832. # end of the example
  833. -->
  834. </applications>
  835. </openbox_config>