Advertisement
martadinata

Openbox setup, rc.xml, autostart, tint2

Oct 21st, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.36 KB | None | 0 0
  1. <?xml version="1.0"?>
  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>no</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. <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>Onyx-black</name>
  46. <titleLayout>CMILN</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>no</keepBorder>
  58. <animateIconify>no</animateIconify>
  59. <font place="ActiveWindow">
  60. <name>Tahoma</name>
  61. <size>10</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>Tahoma</name>
  70. <size>10</size>
  71. <!-- font size in points -->
  72. <weight>Normal</weight>
  73. <!-- 'bold' or 'normal' -->
  74. <slant>Normal</slant>
  75. <!-- 'italic' or 'normal' -->
  76. </font>
  77. <font place="MenuHeader">
  78. <name>Tahoma</name>
  79. <size>11</size>
  80. <!-- font size in points -->
  81. <weight>Bold</weight>
  82. <!-- 'bold' or 'normal' -->
  83. <slant>Normal</slant>
  84. <!-- 'italic' or 'normal' -->
  85. </font>
  86. <font place="MenuItem">
  87. <name>Tahoma</name>
  88. <size>10</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>Tahoma</name>
  97. <size>10</size>
  98. <weight>Bold</weight>
  99. <slant>Normal</slant>
  100. </font>
  101. <font place="InactiveOnScreenDisplay">
  102. <name>Tahoma</name>
  103. <size>10</size>
  104. <weight>Bold</weight>
  105. <slant>Normal</slant>
  106. </font>
  107. <font place="OnScreenDisplay">
  108. <name>Tahoma</name>
  109. <size>10</size>
  110. <weight>Bold</weight>
  111. <slant>Normal</slant>
  112. <weight/>
  113. <slant/>
  114. </font>
  115. </theme>
  116. <desktops>
  117. <!-- this stuff is only used at startup, pagers allow you to change them
  118. during a session
  119.  
  120. these are default values to use when other ones are not already set
  121. by other applications, or saved in your session
  122.  
  123. use obconf if you want to change these without having to log out
  124. and back in -->
  125. <number>2</number>
  126. <firstdesk>1</firstdesk>
  127. <names>
  128. <name>1</name>
  129. <name>2</name>
  130. </names>
  131. <popupTime>875</popupTime>
  132. <!-- The number of milliseconds to show the popup for when switching
  133. desktops. Set this to 0 to disable the popup. -->
  134. </desktops>
  135. <resize>
  136. <drawContents>no</drawContents>
  137. <popupShow>Always</popupShow>
  138. <!-- 'Always', 'Never', or 'Nonpixel' (xterms and such) -->
  139. <popupPosition>Center</popupPosition>
  140. <!-- 'Center', 'Top', or 'Fixed' -->
  141. <popupFixedPosition>
  142. <!-- these are used if popupPosition is set to 'Fixed' -->
  143. <x>10</x>
  144. <!-- positive number for distance from left edge, negative number for
  145. distance from right edge, or 'Center' -->
  146. <y>10</y>
  147. <!-- positive number for distance from top edge, negative number for
  148. distance from bottom edge, or 'Center' -->
  149. </popupFixedPosition>
  150. </resize>
  151. <!-- You can reserve a portion of your screen where windows will not cover when
  152. they are maximized, or when they are initially placed.
  153. Many programs reserve space automatically, but you can use this in other
  154. cases. -->
  155. <margins>
  156. <top>0</top>
  157. <bottom>0</bottom>
  158. <left>0</left>
  159. <right>0</right>
  160. </margins>
  161. <keyboard>
  162. <chainQuitKey>C-g</chainQuitKey>
  163. <!-- Keybindings for desktop switching -->
  164. <keybind key="C-A-Left">
  165. <action name="DesktopLeft">
  166. <dialog>no</dialog>
  167. <wrap>no</wrap>
  168. </action>
  169. </keybind>
  170. <keybind key="C-A-Right">
  171. <action name="DesktopRight">
  172. <dialog>no</dialog>
  173. <wrap>no</wrap>
  174. </action>
  175. </keybind>
  176. <keybind key="C-A-Up">
  177. <action name="DesktopUp">
  178. <dialog>no</dialog>
  179. <wrap>no</wrap>
  180. </action>
  181. </keybind>
  182. <keybind key="A-S-!">
  183. <action name="SendToDesktopLeft">
  184. <dialog>no</dialog>
  185. <wrap>no</wrap>
  186. </action>
  187. </keybind>
  188. <keybind key="A-S-@">
  189. <action name="SendToDesktopRight">
  190. <dialog>no</dialog>
  191. <wrap>no</wrap>
  192. </action>
  193. </keybind>
  194. <keybind key="A-F2">
  195. <action name="ToggleMaximizeFull"/>
  196. </keybind>
  197. <keybind key="W-F1">
  198. <action name="Desktop">
  199. <desktop>1</desktop>
  200. </action>
  201. </keybind>
  202. <keybind key="W-F2">
  203. <action name="Desktop">
  204. <desktop>2</desktop>
  205. </action>
  206. </keybind>
  207. <keybind key="W-F3">
  208. <action name="Desktop">
  209. <desktop>3</desktop>
  210. </action>
  211. </keybind>
  212. <keybind key="W-F4">
  213. <action name="Desktop">
  214. <desktop>4</desktop>
  215. </action>
  216. </keybind>
  217. <keybind key="W-d">
  218. <action name="ToggleShowDesktop"/>
  219. </keybind>
  220. <!-- Keybindings for windows -->
  221. <keybind key="A-F4">
  222. <action name="Close"/>
  223. </keybind>
  224. <keybind key="A-F3">
  225. <action name="Move"/>
  226. </keybind>
  227. <keybind key="A-F1">
  228. <action name="Iconify"/>
  229. </keybind>
  230. <keybind key="A-Escape">
  231. <action name="Lower"/>
  232. <action name="FocusToBottom"/>
  233. <action name="Unfocus"/>
  234. </keybind>
  235. <keybind key="A-space">
  236. <action name="ShowMenu">
  237. <menu>client-menu</menu>
  238. </action>
  239. </keybind>
  240. <keybind key="C-A-L">
  241. <action name="Execute">
  242. <execute>xlock -mode blank -dpmsoff 60</execute>
  243. </action>
  244. </keybind>
  245. <!-- Keybindings for window switching -->
  246. <keybind key="A-Tab">
  247. <action name="NextWindow"/>
  248. <allDesktops>yes</allDesktops>
  249. <dialog>list</dialog>
  250. </keybind>
  251. <keybind key="A-S-Tab">
  252. <action name="PreviousWindow"/>
  253. <allDesktops>yes</allDesktops>
  254. <dialog>list</dialog>
  255. </keybind>
  256. <!-- Keybindings for running applications -->
  257. <keybind key="W-Left">
  258. <action name="MoveResizeTo">
  259. <x>2</x>
  260. <y>0</y>
  261. <width>640</width>
  262. <height>737</height>
  263. </action>
  264. </keybind>
  265. <keybind key="W-Right">
  266. <action name="MoveResizeTo">
  267. <x>650</x>
  268. <y>0</y>
  269. <width>620</width>
  270. <height>737</height>
  271. </action>
  272. </keybind>
  273. <keybind key="W-space">
  274. <action name="ShowMenu">
  275. <menu>root-menu</menu>
  276. </action>
  277. </keybind>
  278. <keybind key="W-t">
  279. <action name="Execute">
  280. <execute>sakura</execute>
  281. </action>
  282. </keybind>
  283. <keybind key="C-A-Delete">
  284. <action name="Execute">
  285. <execute>lxtask</execute>
  286. </action>
  287. </keybind>
  288. <keybind key="W-w">
  289. <action name="Execute">
  290. <execute>google-chrome</execute>
  291. </action>
  292. </keybind>
  293. <keybind key="W-r">
  294. <action name="Execute">
  295. <execute>gmrun</execute>
  296. </action>
  297. </keybind>
  298. <keybind key="W-e">
  299. <action name="Execute">
  300. <execute>pcmanfm</execute>
  301. </action>
  302. </keybind>
  303. <keybind key="W-m">
  304. <action name="Execute">
  305. <execute>claws-mail</execute>
  306. </action>
  307. </keybind>
  308. <keybind key="XF86AudioMute">
  309. <action name="Execute">
  310. <execute>pamixer --toggle-mute</execute>
  311. </action>
  312. </keybind>
  313. <keybind key="W-p">
  314. <action name="Execute">
  315. <execute>clementine</execute>
  316. </action>
  317. </keybind>
  318. <keybind key="XF86PowerOff">
  319. <action name="Execute">
  320. <execute>oblogout</execute>
  321. </action>
  322. </keybind>
  323. <keybind key="Print">
  324. <action name="Execute">
  325. <execute>~/Pictures/screenshoot/.screenshoot.sh</execute>
  326. </action>
  327. </keybind>
  328. <keybind key="W-Up">
  329. <action name="Execute">
  330. <execute>/home/dedy/Documents/volume/volup</execute>
  331. </action>
  332. </keybind>
  333. <keybind key="W-Down">
  334. <action name="Execute">
  335. <execute>/home/dedy/Documents/volume/voldown</execute>
  336. </action>
  337. </keybind>
  338. <keybind key="W-=">
  339. <action name="Execute">
  340. <execute>/home/dedy/Documents/volume/volset</execute>
  341. </action>
  342. </keybind>
  343. <keybind key="W-F11">
  344. <action name="Reconfigure"/>
  345. </keybind>
  346. <keybind key="W-F12">
  347. <action name="Restart"/>
  348. </keybind>
  349. <keybind key="W-F10">
  350. <action name="Execute">
  351. <execute>oblogout</execute>
  352. </action>
  353. </keybind>
  354. <keybind key="W-h">
  355. <action name="Execute">
  356. <execute>tile -h</execute>
  357. </action>
  358. </keybind>
  359. <keybind key="W-v">
  360. <action name="Execute">
  361. <execute>tile -v</execute>
  362. </action>
  363. </keybind>
  364. </keyboard>
  365. <mouse>
  366. <dragThreshold>8</dragThreshold>
  367. <!-- number of pixels the mouse must move before a drag begins -->
  368. <doubleClickTime>200</doubleClickTime>
  369. <!-- in milliseconds (1000 = 1 second) -->
  370. <screenEdgeWarpTime>0</screenEdgeWarpTime>
  371. <!-- Time before changing desktops when the pointer touches the edge of the
  372. screen while moving a window, in milliseconds (1000 = 1 second).
  373. Set this to 0 to disable warping -->
  374. <context name="Frame">
  375. <mousebind button="A-Up" action="Click">
  376. <action name="Execute">
  377. <execute>transset-df -p .2 --inc </execute>
  378. </action>
  379. </mousebind>
  380. <mousebind button="A-Down" action="Click">
  381. <action name="Execute">
  382. <execute>transset-df -p .2 --dec </execute>
  383. </action>
  384. </mousebind>
  385. <mousebind action="Press" button="A-Left">
  386. <action name="Focus"/>
  387. <action name="Raise"/>
  388. </mousebind>
  389. <mousebind action="Click" button="A-Left">
  390. <action name="Unshade"/>
  391. </mousebind>
  392. <mousebind action="Drag" button="A-Left">
  393. <action name="Move"/>
  394. </mousebind>
  395. <mousebind action="Press" button="A-Right">
  396. <action name="Focus"/>
  397. <action name="Raise"/>
  398. <action name="Unshade"/>
  399. </mousebind>
  400. <mousebind action="Drag" button="A-Right">
  401. <action name="Resize"/>
  402. </mousebind>
  403. <mousebind action="Press" button="A-Middle">
  404. <action name="Lower"/>
  405. <action name="FocusToBottom"/>
  406. <action name="Unfocus"/>
  407. </mousebind>
  408. <mousebind action="Click" button="C-A-Up">
  409. <action name="DesktopPrevious"/>
  410. </mousebind>
  411. <mousebind action="Click" button="C-A-Down">
  412. <action name="DesktopNext"/>
  413. </mousebind>
  414. <mousebind action="Click" button="A-S-Up">
  415. <action name="SendToDesktopPrevious"/>
  416. </mousebind>
  417. <mousebind action="Click" button="A-S-Down">
  418. <action name="SendToDesktopNext"/>
  419. </mousebind>
  420. </context>
  421. <context name="Titlebar">
  422. <mousebind action="Press" button="Left">
  423. <action name="Focus"/>
  424. <action name="Raise"/>
  425. </mousebind>
  426. <mousebind action="Drag" button="Left">
  427. <action name="Move"/>
  428. </mousebind>
  429. <mousebind action="DoubleClick" button="Left">
  430. <action name="ToggleMaximizeFull"/>
  431. </mousebind>
  432. <mousebind action="Press" button="Middle">
  433. <action name="Lower"/>
  434. <action name="FocusToBottom"/>
  435. <action name="Unfocus"/>
  436. </mousebind>
  437. <mousebind action="Click" button="Up">
  438. <action name="Shade"/>
  439. <action name="FocusToBottom"/>
  440. <action name="Unfocus"/>
  441. <action name="Lower"/>
  442. </mousebind>
  443. <mousebind action="Click" button="Down">
  444. <action name="Unshade"/>
  445. <action name="Raise"/>
  446. </mousebind>
  447. <mousebind action="Press" button="Right">
  448. <action name="Focus"/>
  449. <action name="Raise"/>
  450. <action name="ShowMenu">
  451. <menu>client-menu</menu>
  452. </action>
  453. </mousebind>
  454. </context>
  455. <context name="Top">
  456. <mousebind action="Press" button="Left">
  457. <action name="Focus"/>
  458. <action name="Raise"/>
  459. <action name="Unshade"/>
  460. </mousebind>
  461. <mousebind action="Drag" button="Left">
  462. <action name="Resize">
  463. <edge>top</edge>
  464. </action>
  465. </mousebind>
  466. </context>
  467. <context name="Left">
  468. <mousebind action="Press" button="Left">
  469. <action name="Focus"/>
  470. <action name="Raise"/>
  471. </mousebind>
  472. <mousebind action="Drag" button="Left">
  473. <action name="Resize">
  474. <edge>left</edge>
  475. </action>
  476. </mousebind>
  477. </context>
  478. <context name="Right">
  479. <mousebind action="Press" button="Left">
  480. <action name="Focus"/>
  481. <action name="Raise"/>
  482. </mousebind>
  483. <mousebind action="Drag" button="Left">
  484. <action name="Resize">
  485. <edge>right</edge>
  486. </action>
  487. </mousebind>
  488. </context>
  489. <context name="Bottom">
  490. <mousebind action="Press" button="Left">
  491. <action name="Focus"/>
  492. <action name="Raise"/>
  493. </mousebind>
  494. <mousebind action="Drag" button="Left">
  495. <action name="Resize">
  496. <edge>bottom</edge>
  497. </action>
  498. </mousebind>
  499. <mousebind action="Press" button="Middle">
  500. <action name="Lower"/>
  501. <action name="FocusToBottom"/>
  502. <action name="Unfocus"/>
  503. </mousebind>
  504. <mousebind action="Press" button="Right">
  505. <action name="Focus"/>
  506. <action name="Raise"/>
  507. <action name="ShowMenu">
  508. <menu>client-menu</menu>
  509. </action>
  510. </mousebind>
  511. </context>
  512. <context name="BLCorner">
  513. <mousebind action="Press" button="Left">
  514. <action name="Focus"/>
  515. <action name="Raise"/>
  516. </mousebind>
  517. <mousebind action="Drag" button="Left">
  518. <action name="Resize"/>
  519. </mousebind>
  520. </context>
  521. <context name="BRCorner">
  522. <mousebind action="Press" button="Left">
  523. <action name="Focus"/>
  524. <action name="Raise"/>
  525. </mousebind>
  526. <mousebind action="Drag" button="Left">
  527. <action name="Resize"/>
  528. </mousebind>
  529. </context>
  530. <context name="TLCorner">
  531. <mousebind action="Press" button="Left">
  532. <action name="Focus"/>
  533. <action name="Raise"/>
  534. <action name="Unshade"/>
  535. </mousebind>
  536. <mousebind action="Drag" button="Left">
  537. <action name="Resize"/>
  538. </mousebind>
  539. </context>
  540. <context name="TRCorner">
  541. <mousebind action="Press" button="Left">
  542. <action name="Focus"/>
  543. <action name="Raise"/>
  544. <action name="Unshade"/>
  545. </mousebind>
  546. <mousebind action="Drag" button="Left">
  547. <action name="Resize"/>
  548. </mousebind>
  549. </context>
  550. <context name="Client">
  551. <mousebind action="Press" button="Left">
  552. <action name="Focus"/>
  553. <action name="Raise"/>
  554. </mousebind>
  555. <mousebind action="Press" button="Middle">
  556. <action name="Focus"/>
  557. <action name="Raise"/>
  558. </mousebind>
  559. <mousebind action="Press" button="Right">
  560. <action name="Focus"/>
  561. <action name="Raise"/>
  562. </mousebind>
  563. </context>
  564. <context name="Icon">
  565. <mousebind action="Press" button="Left">
  566. <action name="Focus"/>
  567. <action name="Raise"/>
  568. <action name="Unshade"/>
  569. <action name="ShowMenu">
  570. <menu>client-menu</menu>
  571. </action>
  572. </mousebind>
  573. <mousebind action="Press" button="Right">
  574. <action name="Focus"/>
  575. <action name="Raise"/>
  576. <action name="ShowMenu">
  577. <menu>client-menu</menu>
  578. </action>
  579. </mousebind>
  580. </context>
  581. <context name="AllDesktops">
  582. <mousebind action="Press" button="Left">
  583. <action name="Focus"/>
  584. <action name="Raise"/>
  585. <action name="Unshade"/>
  586. </mousebind>
  587. <mousebind action="Click" button="Left">
  588. <action name="ToggleOmnipresent"/>
  589. </mousebind>
  590. </context>
  591. <context name="Shade">
  592. <mousebind action="Press" button="Left">
  593. <action name="Focus"/>
  594. <action name="Raise"/>
  595. </mousebind>
  596. <mousebind action="Click" button="Left">
  597. <action name="ToggleShade"/>
  598. </mousebind>
  599. </context>
  600. <context name="Iconify">
  601. <mousebind action="Press" button="Left">
  602. <action name="Focus"/>
  603. <action name="Raise"/>
  604. </mousebind>
  605. <mousebind action="Click" button="Left">
  606. <action name="Iconify"/>
  607. </mousebind>
  608. </context>
  609. <context name="Maximize">
  610. <mousebind action="Press" button="Left">
  611. <action name="Focus"/>
  612. <action name="Raise"/>
  613. <action name="Unshade"/>
  614. </mousebind>
  615. <mousebind action="Press" button="Middle">
  616. <action name="Focus"/>
  617. <action name="Raise"/>
  618. <action name="Unshade"/>
  619. </mousebind>
  620. <mousebind action="Press" button="Right">
  621. <action name="Focus"/>
  622. <action name="Raise"/>
  623. <action name="Unshade"/>
  624. </mousebind>
  625. <mousebind action="Click" button="Left">
  626. <action name="ToggleMaximizeFull"/>
  627. </mousebind>
  628. <mousebind action="Click" button="Middle">
  629. <action name="ToggleMaximizeVert"/>
  630. </mousebind>
  631. <mousebind action="Click" button="Right">
  632. <action name="ToggleMaximizeHorz"/>
  633. </mousebind>
  634. </context>
  635. <context name="Close">
  636. <mousebind action="Press" button="Left">
  637. <action name="Focus"/>
  638. <action name="Raise"/>
  639. <action name="Unshade"/>
  640. </mousebind>
  641. <mousebind action="Click" button="Left">
  642. <action name="Close"/>
  643. </mousebind>
  644. </context>
  645. <context name="Desktop">
  646. <mousebind action="Click" button="A-Up">
  647. <action name="DesktopPrevious"/>
  648. </mousebind>
  649. <mousebind action="Click" button="A-Down">
  650. <action name="DesktopNext"/>
  651. </mousebind>
  652. <mousebind action="Click" button="C-A-Up">
  653. <action name="DesktopPrevious"/>
  654. </mousebind>
  655. <mousebind action="Click" button="C-A-Down">
  656. <action name="DesktopNext"/>
  657. </mousebind>
  658. <mousebind action="Press" button="Left">
  659. <action name="Focus"/>
  660. <action name="Raise"/>
  661. </mousebind>
  662. <mousebind action="Press" button="Right">
  663. <action name="Focus"/>
  664. <action name="Raise"/>
  665. </mousebind>
  666. </context>
  667. <context name="Root">
  668. <!-- Menus -->
  669. <mousebind action="Press" button="Middle">
  670. <action name="ShowMenu">
  671. <menu>client-list-combined-menu</menu>
  672. </action>
  673. </mousebind>
  674. <mousebind action="Press" button="Right">
  675. <action name="ShowMenu">
  676. <menu>root-menu</menu>
  677. </action>
  678. </mousebind>
  679. </context>
  680. <context name="MoveResize">
  681. <mousebind action="Click" button="Up">
  682. <action name="DesktopPrevious"/>
  683. </mousebind>
  684. <mousebind action="Click" button="Down">
  685. <action name="DesktopNext"/>
  686. </mousebind>
  687. <mousebind action="Click" button="A-Up">
  688. <action name="DesktopPrevious"/>
  689. </mousebind>
  690. <mousebind action="Click" button="A-Down">
  691. <action name="DesktopNext"/>
  692. </mousebind>
  693. </context>
  694. </mouse>
  695. <menu>
  696. <file>menu.xml</file>
  697. <hideDelay>200</hideDelay>
  698. <middle>no</middle>
  699. <submenuHideDelay>400</submenuHideDelay>
  700. <manageDesktops>yes</manageDesktops>
  701. <applicationIcons>no</applicationIcons>
  702. <showIcons>no</showIcons>
  703. </menu>
  704. <applications>
  705. <application name="lxterminal"><decor>no</decor><focus>yes</focus><position><x>10</x><y>40</y></position><layer>below</layer><desktop>all</desktop><maximized>false</maximized> #Only if you want a full size terminal.
  706. <iconic>no</iconic>
  707. <skip_taskbar>yes</skip_taskbar>
  708. <skip_pager>yes</skip_pager>
  709. </application>
  710. </applications>
  711. <dock>
  712. <position>TopLeft</position>
  713. <floatingX>0</floatingX>
  714. <floatingY>0</floatingY>
  715. <stacking>Above</stacking>
  716. <direction>Vertical</direction>
  717. <noStrut>no</noStrut>
  718. <autoHide>no</autoHide>
  719. <hideDelay>300</hideDelay>
  720. <showDelay>300</showDelay>
  721. </dock>
  722. </openbox_config>
  723.  
  724.  
  725.  
  726. compton -cC -fF -I 0.065 -O 0.065 -D 6 -m 0.9 -i 0.9 -e 1.0 &
  727. /usr/lib/polkit-mate/polkit-mate-authentication-agent-1 &
  728. /home/dedy/.fehbg &
  729. start-pulseaudio-x11 &
  730. parcellite &
  731. conky -q -c /home/dedy/.conkycolors/conkyrcdedy &
  732. tint2 &
  733. pnmixer &
  734. wicd-gtk -t &
  735.  
  736. #---------------------------------------------
  737. # TINT2 CONFIG FILE
  738. #---------------------------------------------
  739.  
  740. #---------------------------------------------
  741. # BACKGROUND AND BORDER
  742. #---------------------------------------------
  743. #launcher
  744. rounded = 0
  745. border_width = 0
  746. background_color = #EDECEB 100
  747. border_color = #ffffff 90
  748.  
  749. #task active
  750. rounded = 0
  751. border_width = 1
  752. background_color = #000000 50
  753. border_color = #4A90D9 95
  754.  
  755. rounded = 0
  756. border_width = 0
  757. background_color = #4A90D9 100
  758. border_color = #ffffff 100
  759.  
  760. #panel
  761. rounded = 0
  762. border_width = 0
  763. background_color = #ffffff 0
  764. border_color = #ffffff 100
  765.  
  766. #systray
  767. rounded = 0
  768. border_width = 0
  769. background_color = #EDECEB 100
  770. border_color = #4A90D9 95
  771.  
  772. #task iconified
  773. rounded = 0
  774. border_width = 0
  775. background_color = #ffffff 70
  776. border_color = #000000 100
  777.  
  778. #clock
  779. rounded = 0
  780. border_width = 0
  781. background_color = #000000 100
  782. border_color = #4A90D9 95
  783.  
  784.  
  785. #---------------------------------------------
  786. # PANEL
  787. #---------------------------------------------
  788. panel_layer = normal
  789. panel_monitor = all
  790. #panel_position = bottom left vertical
  791. panel_position = top center horizontal
  792. panel_size = 100% 36
  793. panel_margin = 0 0
  794. panel_padding = 0 0
  795. font_shadow = 0
  796. panel_background_id = 4
  797. wm_menu = 0
  798. panel_items = TSC
  799. #panel_items = C
  800.  
  801. #---------------------------------------------
  802. # LAUNCHER
  803. #---------------------------------------------
  804.  
  805. launcher_icon_theme = Faenza
  806. launcher_padding = 3 3 3 3 3 3
  807. launcher_icon_size = 32
  808. launcher_item_app = /usr/share/applications/links.desktop
  809.  
  810. #launcher_icon_theme = Faenza
  811. launcher_padding = 3 3 3 3 3 3
  812. launcher_icon_size = 32
  813. launcher_item_app = /usr/share/applications/hotot.desktop
  814.  
  815. #launcher_icon_theme = Faenza
  816. launcher_padding = 3 3 3 3 3 3
  817. launcher_icon_size = 32
  818. launcher_item_app = /usr/share/applications/lxappearance.desktop
  819.  
  820. #---------------------------------------------
  821. # TASKBAR
  822. #---------------------------------------------
  823. #taskbar_mode = single_desktop
  824. taskbar_mode = multi_desktop
  825. taskbar_padding = 6 4 4
  826. taskbar_background_id = 0
  827. taskbar_active_background_id = 2
  828.  
  829.  
  830. #---------------------------------------------
  831. #TASKS
  832. #---------------------------------------------
  833. urgent_nb_of_blink = 100
  834. task_icon = 0
  835. task_text = 1
  836. task_centered = 1
  837. #task_maximum_size = 140 24
  838. task_maximum_size = 180 32
  839. task_padding = 5 5
  840. task_font = Verdana 10
  841. task_font_color = 100
  842. #task_icon_asb = 100 100 100
  843. task_background_id = 0
  844. task_active_font_color = #ffffff 100
  845. task_urgent_font_color = #ffffff 100
  846. task_iconfied_font_color = #000000 90
  847. #task_active_icon_asb = 100 100 100
  848. task_active_background_id = 3
  849. task_iconfied_background_id = 6
  850. task_tooltip = 0
  851.  
  852. #---------------------------------------------
  853. # TOOLTIP
  854. #---------------------------------------------
  855. tooltip_padding = 2 2
  856. tooltip_show_timeout = .5
  857. tooltip_hide_timeout = .5
  858. tooltip_background_id = 1
  859. tooltip_font_color = #000000 100
  860. tooltip_font = snap bold 10
  861.  
  862. #---------------------------------------------
  863. # SYSTRAYBAR
  864. #---------------------------------------------
  865. systray = 1
  866. systray_padding = 4 3 2 4
  867. systray_background_id = 5
  868. systray_icon_size = 24
  869. systray_sort = right2left
  870.  
  871. #---------------------------------------------
  872. # CLOCK
  873. #---------------------------------------------
  874. time1_format =%A, %d %B %Y
  875. time2_format = %H:%M
  876. time1_font = Verdana bold 10
  877. time2_font = Verdana bold 10
  878. clock_font_color = #ffffff 100
  879. clock_padding = 4 0
  880. clock_background_id = 7
  881.  
  882. #---------------------------------------------
  883. # MOUSE ACTION ON TASK
  884. #---------------------------------------------
  885. mouse_middle = close
  886. mouse_right = none
  887. mouse_scroll_up = toggle
  888. mouse_scroll_down = iconify
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement