Guest User

Untitled

a guest
May 3rd, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.55 KB | None | 0 0
  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">
  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>no</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>Any</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 -->
  37. </placement>
  38. <theme>
  39. <name>Onyx</name>
  40. <titleLayout>NLIMC</titleLayout>
  41. <!--
  42. available characters are NDSLIMC, each can occur at most once.
  43. N: window icon
  44. L: window label (AKA title).
  45. I: iconify
  46. M: maximize
  47. C: close
  48. S: shade (roll up/down)
  49. D: omnipresent (on all desktops).
  50. -->
  51. <keepBorder>yes</keepBorder>
  52. <animateIconify>yes</animateIconify>
  53. <font place="ActiveWindow">
  54. <name>sans</name>
  55. <size>10</size>
  56. <!-- font size in points -->
  57. <weight>bold</weight>
  58. <!-- 'bold' or 'normal' -->
  59. <slant>normal</slant>
  60. <!-- 'italic' or 'normal' -->
  61. </font>
  62. <font place="InactiveWindow">
  63. <name>sans</name>
  64. <size>10</size>
  65. <!-- font size in points -->
  66. <weight>bold</weight>
  67. <!-- 'bold' or 'normal' -->
  68. <slant>normal</slant>
  69. <!-- 'italic' or 'normal' -->
  70. </font>
  71. <font place="MenuHeader">
  72. <name>sans</name>
  73. <size>10</size>
  74. <!-- font size in points -->
  75. <weight>normal</weight>
  76. <!-- 'bold' or 'normal' -->
  77. <slant>normal</slant>
  78. <!-- 'italic' or 'normal' -->
  79. </font>
  80. <font place="MenuItem">
  81. <name>sans</name>
  82. <size>10</size>
  83. <!-- font size in points -->
  84. <weight>normal</weight>
  85. <!-- 'bold' or 'normal' -->
  86. <slant>normal</slant>
  87. <!-- 'italic' or 'normal' -->
  88. </font>
  89. <font place="OnScreenDisplay">
  90. <name>sans</name>
  91. <size>10</size>
  92. <!-- font size in points -->
  93. <weight>bold</weight>
  94. <!-- 'bold' or 'normal' -->
  95. <slant>normal</slant>
  96. <!-- 'italic' or 'normal' -->
  97. </font>
  98. <font place="ActiveOnScreenDisplay">
  99. <name>Sans</name>
  100. <size>8</size>
  101. <weight/>
  102. <slant/>
  103. </font>
  104. <font place="InactiveOnScreenDisplay">
  105. <name>Sans</name>
  106. <size>8</size>
  107. <weight/>
  108. <slant/>
  109. </font>
  110. </theme>
  111. <desktops>
  112. <!-- this stuff is only used at startup, pagers allow you to change them
  113. during a session
  114.  
  115. these are default values to use when other ones are not already set
  116. by other applications, or saved in your session
  117.  
  118. use obconf if you want to change these without having to log out
  119. and back in -->
  120. <number>2</number>
  121. <firstdesk>1</firstdesk>
  122. <names>
  123. <!-- set names up here if you want to, like this:
  124. <name>desktop 1</name>
  125. <name>desktop 2</name>
  126. -->
  127. </names>
  128. <popupTime>875</popupTime>
  129. <!-- The number of milliseconds to show the popup for when switching
  130. desktops. Set this to 0 to disable the popup. -->
  131. </desktops>
  132. <resize>
  133. <drawContents>yes</drawContents>
  134. <popupShow>Nonpixel</popupShow>
  135. <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
  136. <popupPosition>Center</popupPosition>
  137. <!-- 'Center', 'Top', or 'Fixed' -->
  138. <popupFixedPosition>
  139. <!-- these are used if popupPosition is set to 'Fixed' -->
  140. <x>10</x>
  141. <!-- positive number for distance from left edge, negative number for
  142. distance from right edge, or 'Center' -->
  143. <y>10</y>
  144. <!-- positive number for distance from top edge, negative number for
  145. distance from bottom edge, or 'Center' -->
  146. </popupFixedPosition>
  147. </resize>
  148. <!-- You can reserve a portion of your screen where windows will not cover when
  149. they are maximized, or when they are initially placed.
  150. Many programs reserve space automatically, but you can use this in other
  151. cases. -->
  152. <margins>
  153. <top>0</top>
  154. <bottom>0</bottom>
  155. <left>0</left>
  156. <right>0</right>
  157. </margins>
  158. <dock>
  159. <position>TopLeft</position>
  160. <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating -->
  161. <floatingX>0</floatingX>
  162. <floatingY>0</floatingY>
  163. <noStrut>no</noStrut>
  164. <stacking>Above</stacking>
  165. <!-- 'Above', 'Normal', or 'Below' -->
  166. <direction>Vertical</direction>
  167. <!-- 'Vertical' or 'Horizontal' -->
  168. <autoHide>no</autoHide>
  169. <hideDelay>300</hideDelay>
  170. <!-- in milliseconds (1000 = 1 second) -->
  171. <showDelay>300</showDelay>
  172. <!-- in milliseconds (1000 = 1 second) -->
  173. <moveButton>Middle</moveButton>
  174. <!-- 'Left', 'Middle', 'Right' -->
  175. </dock>
  176. <keyboard>
  177. <chainQuitKey>C-g</chainQuitKey>
  178. <keybind key="F11">
  179. <action name="XF86MonBrightnessDown">
  180. <dialog>no</dialog>
  181. <wrap>no</wrap>
  182. </action>
  183. </keybind>
  184. <!-- Keybindings for desktop switching -->
  185. <keybind key="C-A-Left">
  186. <action name="DesktopLeft">
  187. <dialog>no</dialog>
  188. <wrap>no</wrap>
  189. </action>
  190. </keybind>
  191. <keybind key="C-A-Right">
  192. <action name="DesktopRight">
  193. <dialog>no</dialog>
  194. <wrap>no</wrap>
  195. </action>
  196. </keybind>
  197. <keybind key="C-A-Up">
  198. <action name="DesktopUp">
  199. <dialog>no</dialog>
  200. <wrap>no</wrap>
  201. </action>
  202. </keybind>
  203. <keybind key="C-A-Down">
  204. <action name="DesktopDown">
  205. <dialog>no</dialog>
  206. <wrap>no</wrap>
  207. </action>
  208. </keybind>
  209. <keybind key="S-A-Left">
  210. <action name="SendToDesktopLeft">
  211. <dialog>no</dialog>
  212. <wrap>no</wrap>
  213. </action>
  214. </keybind>
  215. <keybind key="S-A-Right">
  216. <action name="SendToDesktopRight">
  217. <dialog>no</dialog>
  218. <wrap>no</wrap>
  219. </action>
  220. </keybind>
  221. <keybind key="S-A-Up">
  222. <action name="SendToDesktopUp">
  223. <dialog>no</dialog>
  224. <wrap>no</wrap>
  225. </action>
  226. </keybind>
  227. <keybind key="S-A-Down">
  228. <action name="SendToDesktopDown">
  229. <dialog>no</dialog>
  230. <wrap>no</wrap>
  231. </action>
  232. </keybind>
  233. <keybind key="W-F1">
  234. <action name="Desktop">
  235. <desktop>1</desktop>
  236. </action>
  237. </keybind>
  238. <keybind key="W-F2">
  239. <action name="Desktop">
  240. <desktop>2</desktop>
  241. </action>
  242. </keybind>
  243. <keybind key="W-F3">
  244. <action name="Desktop">
  245. <desktop>3</desktop>
  246. </action>
  247. </keybind>
  248. <keybind key="W-F4">
  249. <action name="Desktop">
  250. <desktop>4</desktop>
  251. </action>
  252. </keybind>
  253. <keybind key="W-d">
  254. <action name="ToggleShowDesktop"/>
  255. </keybind>
  256. <keybind key="C-A-d">
  257. <action name="ToggleShowDesktop"/>
  258. </keybind>
  259. <!-- Keybindings for windows -->
  260. <keybind key="A-F4">
  261. <action name="Close"/>
  262. </keybind>
  263. <keybind key="A-Escape">
  264. <action name="Lower"/>
  265. <action name="FocusToBottom"/>
  266. <action name="Unfocus"/>
  267. </keybind>
  268. <keybind key="A-space">
  269. <action name="ShowMenu">
  270. <menu>client-menu</menu>
  271. </action>
  272. </keybind>
  273. <!-- Keybindings for window switching -->
  274. <keybind key="A-Tab">
  275. <action name="NextWindow"/>
  276. </keybind>
  277. <keybind key="A-S-Tab">
  278. <action name="PreviousWindow"/>
  279. </keybind>
  280. <keybind key="C-A-Tab">
  281. <action name="NextWindow">
  282. <panels>yes</panels>
  283. <desktop>yes</desktop>
  284. </action>
  285. </keybind>
  286. <!-- Keybindings for running applications -->
  287. <keybind key="W-e">
  288. <action name="Execute">
  289. <startupnotify>
  290. <enabled>true</enabled>
  291. <name>PCManFM</name>
  292. </startupnotify>
  293. <command>pcmanfm</command>
  294. </action>
  295. </keybind>
  296. <!-- Keybindings for finding files -->
  297. <keybind key="W-f">
  298. <action name="Execute">
  299. <command>pcmanfm --find-files</command>
  300. </action>
  301. </keybind>
  302. <!--keybindings for LXPanel -->
  303. <keybind key="W-r">
  304. <action name="Execute">
  305. <command>lxpanelctl run</command>
  306. </action>
  307. </keybind>
  308. <keybind key="A-F2">
  309. <action name="Execute">
  310. <command>lxpanelctl run</command>
  311. </action>
  312. </keybind>
  313. <keybind key="C-Escape">
  314. <action name="Execute">
  315. <command>lxpanelctl menu</command>
  316. </action>
  317. </keybind>
  318. <keybind key="A-F1">
  319. <action name="Execute">
  320. <command>lxpanelctl menu</command>
  321. </action>
  322. </keybind>
  323. <keybind key="A-F11">
  324. <action name="ToggleFullscreen"/>
  325. </keybind>
  326. <!-- Launch Task Manager with Ctrl+Alt+Del -->
  327. <keybind key="A-C-Delete">
  328. <action name="Execute">
  329. <command>lxtask</command>
  330. </action>
  331. </keybind>
  332. <!-- Launch gnome-screenshot when PrintScreen is pressed -->
  333. <keybind key="Print">
  334. <action name="Execute">
  335. <command>gnome-screenshot -i</command>
  336. </action>
  337. </keybind>
  338. <!-- Launch LXRandR when Fn+Screen is pressed -->
  339. <keybind key="XF86Display">
  340. <action name="Execute">
  341. <command>lxrandr</command>
  342. </action>
  343. </keybind>
  344. </keyboard>
  345. <mouse>
  346. <dragThreshold>8</dragThreshold>
  347. <!-- number of pixels the mouse must move before a drag begins -->
  348. <doubleClickTime>200</doubleClickTime>
  349. <!-- in milliseconds (1000 = 1 second) -->
  350. <screenEdgeWarpTime>400</screenEdgeWarpTime>
  351. <!-- Time before changing desktops when the pointer touches the edge of the
  352. screen while moving a window, in milliseconds (1000 = 1 second).
  353. Set this to 0 to disable warping -->
  354. <context name="Frame">
  355. <mousebind button="A-Left" action="Press">
  356. <action name="Focus"/>
  357. <action name="Raise"/>
  358. </mousebind>
  359. <mousebind button="A-Left" action="Click">
  360. <action name="Unshade"/>
  361. </mousebind>
  362. <mousebind button="A-Left" action="Drag">
  363. <action name="Move"/>
  364. </mousebind>
  365. <mousebind button="A-Right" action="Press">
  366. <action name="Focus"/>
  367. <action name="Raise"/>
  368. <action name="Unshade"/>
  369. </mousebind>
  370. <mousebind button="A-Right" action="Drag">
  371. <action name="Resize"/>
  372. </mousebind>
  373. <mousebind button="A-Middle" action="Press">
  374. <action name="Lower"/>
  375. <action name="FocusToBottom"/>
  376. <action name="Unfocus"/>
  377. </mousebind>
  378. <mousebind button="A-Up" action="Click">
  379. <action name="DesktopPrevious"/>
  380. </mousebind>
  381. <mousebind button="A-Down" action="Click">
  382. <action name="DesktopNext"/>
  383. </mousebind>
  384. <mousebind button="C-A-Up" action="Click">
  385. <action name="DesktopPrevious"/>
  386. </mousebind>
  387. <mousebind button="C-A-Down" action="Click">
  388. <action name="DesktopNext"/>
  389. </mousebind>
  390. <mousebind button="A-S-Up" action="Click">
  391. <action name="SendToDesktopPrevious"/>
  392. </mousebind>
  393. <mousebind button="A-S-Down" action="Click">
  394. <action name="SendToDesktopNext"/>
  395. </mousebind>
  396. </context>
  397. <context name="Titlebar">
  398. <mousebind button="Left" action="Press">
  399. <action name="Focus"/>
  400. <action name="Raise"/>
  401. </mousebind>
  402. <mousebind button="Left" action="Drag">
  403. <action name="Move"/>
  404. </mousebind>
  405. <mousebind button="Left" action="DoubleClick">
  406. <action name="ToggleMaximizeFull"/>
  407. </mousebind>
  408. <mousebind button="Middle" action="Press">
  409. <action name="Lower"/>
  410. <action name="FocusToBottom"/>
  411. <action name="Unfocus"/>
  412. </mousebind>
  413. <mousebind button="Up" action="Click">
  414. <action name="Shade"/>
  415. <action name="FocusToBottom"/>
  416. <action name="Unfocus"/>
  417. <action name="Lower"/>
  418. </mousebind>
  419. <mousebind button="Down" action="Click">
  420. <action name="Unshade"/>
  421. <action name="Raise"/>
  422. </mousebind>
  423. <mousebind button="Right" action="Press">
  424. <action name="Focus"/>
  425. <action name="Raise"/>
  426. <action name="ShowMenu">
  427. <menu>client-menu</menu>
  428. </action>
  429. </mousebind>
  430. </context>
  431. <context name="Top">
  432. <mousebind button="Left" action="Press">
  433. <action name="Focus"/>
  434. <action name="Raise"/>
  435. <action name="Unshade"/>
  436. </mousebind>
  437. <mousebind button="Left" action="Drag">
  438. <action name="Resize">
  439. <edge>top</edge>
  440. </action>
  441. </mousebind>
  442. </context>
  443. <context name="Left">
  444. <mousebind button="Left" action="Press">
  445. <action name="Focus"/>
  446. <action name="Raise"/>
  447. </mousebind>
  448. <mousebind button="Left" action="Drag">
  449. <action name="Resize">
  450. <edge>left</edge>
  451. </action>
  452. </mousebind>
  453. </context>
  454. <context name="Right">
  455. <mousebind button="Left" action="Press">
  456. <action name="Focus"/>
  457. <action name="Raise"/>
  458. </mousebind>
  459. <mousebind button="Left" action="Drag">
  460. <action name="Resize">
  461. <edge>right</edge>
  462. </action>
  463. </mousebind>
  464. </context>
  465. <context name="Bottom">
  466. <mousebind button="Left" action="Press">
  467. <action name="Focus"/>
  468. <action name="Raise"/>
  469. </mousebind>
  470. <mousebind button="Left" action="Drag">
  471. <action name="Resize">
  472. <edge>bottom</edge>
  473. </action>
  474. </mousebind>
  475. <mousebind button="Middle" action="Press">
  476. <action name="Lower"/>
  477. <action name="FocusToBottom"/>
  478. <action name="Unfocus"/>
  479. </mousebind>
  480. <mousebind button="Right" action="Press">
  481. <action name="Focus"/>
  482. <action name="Raise"/>
  483. <action name="ShowMenu">
  484. <menu>client-menu</menu>
  485. </action>
  486. </mousebind>
  487. </context>
  488. <context name="BLCorner">
  489. <mousebind button="Left" action="Press">
  490. <action name="Focus"/>
  491. <action name="Raise"/>
  492. </mousebind>
  493. <mousebind button="Left" action="Drag">
  494. <action name="Resize"/>
  495. </mousebind>
  496. </context>
  497. <context name="BRCorner">
  498. <mousebind button="Left" action="Press">
  499. <action name="Focus"/>
  500. <action name="Raise"/>
  501. </mousebind>
  502. <mousebind button="Left" action="Drag">
  503. <action name="Resize"/>
  504. </mousebind>
  505. </context>
  506. <context name="TLCorner">
  507. <mousebind button="Left" action="Press">
  508. <action name="Focus"/>
  509. <action name="Raise"/>
  510. <action name="Unshade"/>
  511. </mousebind>
  512. <mousebind button="Left" action="Drag">
  513. <action name="Resize"/>
  514. </mousebind>
  515. </context>
  516. <context name="TRCorner">
  517. <mousebind button="Left" action="Press">
  518. <action name="Focus"/>
  519. <action name="Raise"/>
  520. <action name="Unshade"/>
  521. </mousebind>
  522. <mousebind button="Left" action="Drag">
  523. <action name="Resize"/>
  524. </mousebind>
  525. </context>
  526. <context name="Client">
  527. <mousebind button="Left" action="Press">
  528. <action name="Focus"/>
  529. <action name="Raise"/>
  530. </mousebind>
  531. <mousebind button="Middle" action="Press">
  532. <action name="Focus"/>
  533. <action name="Raise"/>
  534. </mousebind>
  535. <mousebind button="Right" action="Press">
  536. <action name="Focus"/>
  537. <action name="Raise"/>
  538. </mousebind>
  539. </context>
  540. <context name="Icon">
  541. <mousebind button="Left" action="Press">
  542. <action name="Focus"/>
  543. <action name="Raise"/>
  544. <action name="Unshade"/>
  545. <action name="ShowMenu">
  546. <menu>client-menu</menu>
  547. </action>
  548. </mousebind>
  549. <mousebind button="Right" action="Press">
  550. <action name="Focus"/>
  551. <action name="Raise"/>
  552. <action name="ShowMenu">
  553. <menu>client-menu</menu>
  554. </action>
  555. </mousebind>
  556. </context>
  557. <context name="AllDesktops">
  558. <mousebind button="Left" action="Press">
  559. <action name="Focus"/>
  560. <action name="Raise"/>
  561. <action name="Unshade"/>
  562. </mousebind>
  563. <mousebind button="Left" action="Click">
  564. <action name="ToggleOmnipresent"/>
  565. </mousebind>
  566. </context>
  567. <context name="Shade">
  568. <mousebind button="Left" action="Press">
  569. <action name="Focus"/>
  570. <action name="Raise"/>
  571. </mousebind>
  572. <mousebind button="Left" action="Click">
  573. <action name="ToggleShade"/>
  574. </mousebind>
  575. </context>
  576. <context name="Iconify">
  577. <mousebind button="Left" action="Press">
  578. <action name="Focus"/>
  579. <action name="Raise"/>
  580. </mousebind>
  581. <mousebind button="Left" action="Click">
  582. <action name="Iconify"/>
  583. </mousebind>
  584. </context>
  585. <context name="Maximize">
  586. <mousebind button="Left" action="Press">
  587. <action name="Focus"/>
  588. <action name="Raise"/>
  589. <action name="Unshade"/>
  590. </mousebind>
  591. <mousebind button="Middle" action="Press">
  592. <action name="Focus"/>
  593. <action name="Raise"/>
  594. <action name="Unshade"/>
  595. </mousebind>
  596. <mousebind button="Right" action="Press">
  597. <action name="Focus"/>
  598. <action name="Raise"/>
  599. <action name="Unshade"/>
  600. </mousebind>
  601. <mousebind button="Left" action="Click">
  602. <action name="ToggleMaximizeFull"/>
  603. </mousebind>
  604. <mousebind button="Middle" action="Click">
  605. <action name="ToggleMaximizeVert"/>
  606. </mousebind>
  607. <mousebind button="Right" action="Click">
  608. <action name="ToggleMaximizeHorz"/>
  609. </mousebind>
  610. </context>
  611. <context name="Close">
  612. <mousebind button="Left" action="Press">
  613. <action name="Focus"/>
  614. <action name="Raise"/>
  615. <action name="Unshade"/>
  616. </mousebind>
  617. <mousebind button="Left" action="Click">
  618. <action name="Close"/>
  619. </mousebind>
  620. </context>
  621. <context name="Desktop">
  622. <mousebind button="Up" action="Click">
  623. <action name="DesktopPrevious"/>
  624. </mousebind>
  625. <mousebind button="Down" action="Click">
  626. <action name="DesktopNext"/>
  627. </mousebind>
  628. <mousebind button="A-Up" action="Click">
  629. <action name="DesktopPrevious"/>
  630. </mousebind>
  631. <mousebind button="A-Down" action="Click">
  632. <action name="DesktopNext"/>
  633. </mousebind>
  634. <mousebind button="C-A-Up" action="Click">
  635. <action name="DesktopPrevious"/>
  636. </mousebind>
  637. <mousebind button="C-A-Down" action="Click">
  638. <action name="DesktopNext"/>
  639. </mousebind>
  640. <mousebind button="Left" action="Press">
  641. <action name="Focus"/>
  642. <action name="Raise"/>
  643. </mousebind>
  644. <mousebind button="Right" action="Press">
  645. <action name="Focus"/>
  646. <action name="Raise"/>
  647. </mousebind>
  648. </context>
  649. <context name="Root">
  650. <!-- Menus -->
  651. <mousebind button="Middle" action="Press">
  652. <action name="ShowMenu">
  653. <menu>client-list-combined-menu</menu>
  654. </action>
  655. </mousebind>
  656. <mousebind button="Right" action="Press">
  657. <action name="ShowMenu">
  658. <menu>root-menu</menu>
  659. </action>
  660. </mousebind>
  661. </context>
  662. <context name="MoveResize">
  663. <mousebind button="Up" action="Click">
  664. <action name="DesktopPrevious"/>
  665. </mousebind>
  666. <mousebind button="Down" action="Click">
  667. <action name="DesktopNext"/>
  668. </mousebind>
  669. <mousebind button="A-Up" action="Click">
  670. <action name="DesktopPrevious"/>
  671. </mousebind>
  672. <mousebind button="A-Down" action="Click">
  673. <action name="DesktopNext"/>
  674. </mousebind>
  675. </context>
  676. </mouse>
  677. <menu>
  678. <!-- You can specify more than one menu file in here and they are all loaded,
  679. just don't make menu ids clash or, well, it'll be kind of pointless -->
  680. <!-- default menu file (or custom one in $HOME/.config/openbox/) -->
  681. <file>/usr/share/lxde/openbox/menu.xml</file>
  682. <hideDelay>200</hideDelay>
  683. <!-- if a press-release lasts longer than this setting (in milliseconds), the
  684. menu is hidden again -->
  685. <middle>no</middle>
  686. <!-- center submenus vertically about the parent entry -->
  687. <submenuShowDelay>100</submenuShowDelay>
  688. <!-- this one is easy, time to delay before showing a submenu after hovering
  689. over the parent entry -->
  690. <applicationIcons>yes</applicationIcons>
  691. <!-- controls if icons appear in the client-list-(combined-)menu -->
  692. <manageDesktops>yes</manageDesktops>
  693. <!-- show the manage desktops section in the client-list-(combined-)menu -->
  694. </menu>
  695. <applications>
  696. <!--
  697. # this is an example with comments through out. use these to make your
  698. # own rules, but without the comments of course.
  699.  
  700. <application name="first element of window's WM_CLASS property (see xprop)"
  701. class="second element of window's WM_CLASS property (see xprop)"
  702. role="the window's WM_WINDOW_ROLE property (see xprop)">
  703. # the name or the class can be set, or both. this is used to match
  704. # windows when they appear. role can optionally be set as well, to
  705. # further restrict your matches.
  706.  
  707. # the name, class, and role use simple wildcard matching such as those
  708. # used by a shell. you can use * to match any characters and ? to match
  709. # any single character.
  710.  
  711. # when multiple rules match a window, they will all be applied, in the
  712. # order that they appear in this list
  713.  
  714.  
  715. # each element can be left out or set to 'default' to specify to not
  716. # change that attribute of the window
  717.  
  718. <decor>yes</decor>
  719. # enable or disable window decorations
  720.  
  721. <shade>no</shade>
  722. # make the window shaded when it appears, or not
  723.  
  724. <position>
  725. # the position is only used if both an x and y coordinate are provided
  726. # (and not set to 'default')
  727. <x>center</x>
  728. # a number like 50, or 'center' to center on screen. use a negative number
  729. # to start from the right (or bottom for <y>), ie -50 is 50 pixels from the
  730. # right edge (or bottom).
  731. <y>200</y>
  732. <monitor>1</monitor>
  733. # specifies the monitor in a xinerama setup.
  734. # 1 is the first head, or 'mouse' for wherever the mouse is
  735. </position>
  736.  
  737. <focus>yes</focus>
  738. # if the window should try be given focus when it appears. if this is set
  739. # to yes it doesn't guarantee the window will be given focus. some
  740. # restrictions may apply, but Openbox will try to
  741.  
  742. <desktop>1</desktop>
  743. # 1 is the first desktop, 'all' for all desktops
  744.  
  745. <layer>normal</layer>
  746. # 'above', 'normal', or 'below'
  747.  
  748. <iconic>no</iconic>
  749. # make the window iconified when it appears, or not
  750.  
  751. <skip_pager>no</skip_pager>
  752. # asks to not be shown in pagers
  753.  
  754. <skip_taskbar>no</skip_taskbar>
  755. # asks to not be shown in taskbars. window cycling actions will also
  756. # skip past such windows
  757.  
  758. <fullscreen>yes</fullscreen>
  759. # make the window in fullscreen mode when it appears
  760.  
  761. <maximized>true</maximized>
  762. # 'Horizontal', 'Vertical' or boolean (yes/no)
  763. </application>
  764.  
  765. # end of the example
  766. -->
  767. </applications>
  768. </openbox_config>
Add Comment
Please, Sign In to add comment