Untitled

HTML/XML Detected Guest 32 Views Size: 3.37 KB Posted on: Nov 5, 25 @ 1:39 PM
  1. 1<?xml version="1.0" encoding="UTF-8"?>
  2. 2
  3. 3<openbox_config xmlns="http://openbox.org/3.4/rc"
  4. 4 xmlns:xi="http://www.w3.org/2001/XInclude">
  5. 5
  6. 6 <!--
  7. 7 Openbox configuration file
  8. 8 Basic setup with keybindings for a minimal environment
  9. 9 -->
  10. 10
  11. 11 <resistance>
  12. 12 <strength>10</strength>
  13. 13 <screen_edge_strength>20</screen_edge_strength>
  14. 14 </resistance>
  15. 15
  16. 16 <focus>
  17. 17 <focusNew>yes</focusNew>
  18. 18 <followMouse>no</followMouse>
  19. 19 <focusLast>yes</focusLast>
  20. 20 <underMouse>no</underMouse>
  21. 21 <focusDelay>200</focusDelay>
  22. 22 </focus>
  23. 23
  24. 24 <placement>
  25. 25 <policy>Smart</policy>
  26. 26 </placement>
  27. 27
  28. 28 <theme>
  29. 29 <name>Clearlooks</name>
  30. 30 <titleLayout>NLIMC</titleLayout>
  31. 31 <keepBorder>yes</keepBorder>
  32. 32 <animateIconify>yes</animateIconify>
  33. 33 </theme>
  34. 34
  35. 35 <desktops>
  36. 36 <number>4</number>
  37. 37 <firstdesk>1</firstdesk>
  38. 38 <names>
  39. 39 <name>Desktop 1</name>
  40. 40 <name>Desktop 2</name>
  41. 41 <name>Desktop 3</name>
  42. 42 <name>Desktop 4</name>
  43. 43 </names>
  44. 44 <popupTime>875</popupTime>
  45. 45 </desktops>
  46. 46
  47. 47 <resize>
  48. 48 <drawContents>yes</drawContents>
  49. 49 <popupShow>NonPixel</popupShow>
  50. 50 <popupPosition>Center</popupPosition>
  51. 51 <popupFixedPosition>Center</popupFixedPosition>
  52. 52 </resize>
  53. 53
  54. 54 <dock>
  55. 55 <position>Bottom</position>
  56. 56 <stacking>Above</stacking>
  57. 57 <direction>Horizontal</direction>
  58. 58 <autoHide>no</autoHide>
  59. 59 <hideDelay>300</hideDelay>
  60. 60 <showDelay>300</showDelay>
  61. 61 </dock>
  62. 62
  63. 63 <keyboard>
  64. 64 <!-- Launch Terminator -->
  65. 65 <keybind key="A-Return">
  66. 66 <action name="Execute">
  67. 67 <command>terminator</command>
  68. 68 </action>
  69. 69 </keybind>
  70. 70
  71. 71 <!-- Launch dmenu -->
  72. 72 <keybind key="W-space">
  73. 73 <action name="Execute">
  74. 74 <command>dmenu_run</command>
  75. 75 </action>
  76. 76 </keybind>
  77. 77
  78. 78 <!-- Close window -->
  79. 79 <keybind key="A-F4">
  80. 80 <action name="Close"/>
  81. 81 </keybind>
  82. 82
  83. 83 <!-- Switch windows -->
  84. 84 <keybind key="A-Tab">
  85. 85 <action name="NextWindow"/>
  86. 86 </keybind>
  87. 87 <keybind key="A-S-Tab">
  88. 88 <action name="PreviousWindow"/>
  89. 89 </keybind>
  90. 90
  91. 91 <!-- Move between desktops -->
  92. 92 <keybind key="W-Left">
  93. 93 <action name="GoToDesktop"><to>previous</to></action>
  94. 94 </keybind>
  95. 95 <keybind key="W-Right">
  96. 96 <action name="GoToDesktop"><to>next</to></action>
  97. 97 </keybind>
  98. 98
  99. 99 <!-- Move window to another desktop -->
  100. 100 <keybind key="W-S-Left">
  101. 101 <action name="SendToDesktop"><to>previous</to></action>
  102. 102 </keybind>
  103. 103 <keybind key="W-S-Right">
  104. 104 <action name="SendToDesktop"><to>next</to></action>
  105. 105 </keybind>
  106. 106
  107. 107 <!-- Reload Openbox -->
  108. 108 <keybind key="W-r">
  109. 109 <action name="Reconfigure"/>
  110. 110 </keybind>
  111. 111
  112. 112 <!-- Restart Openbox -->
  113. 113 <keybind key="W-C-r">
  114. 114 <action name="Restart"/>
  115. 115 </keybind>
  116. 116
  117. 117 <!-- Logout menu -->
  118. 118 <keybind key="W-Delete">
  119. 119 <action name="Exit"/>
  120. 120 </keybind>
  121. 121 </keyboard>
  122. 122
  123. 123 <mouse>
  124. 124 <dragThreshold>1</dragThreshold>
  125. 125 <doubleClickTime>200</doubleClickTime>
  126. 126 <screenEdgeWarpTime>400</screenEdgeWarpTime>
  127. 127 <screenEdgeWarpMouse>false</screenEdgeWarpMouse>
  128. 128 </mouse>
  129. 129
  130. 130 <menu>
  131. 131 <file>menu.xml</file>
  132. 132 <hideDelay>200</hideDelay>
  133. 133 <middle>no</middle>
  134. 134 <submenuShowDelay>100</submenuShowDelay>
  135. 135 <submenuHideDelay>400</submenuHideDelay>
  136. 136 <showIcons>yes</showIcons>
  137. 137 </menu>
  138. 138
  139. 139 <applications>
  140. 140 </applications>
  141. 141</openbox_config>

Raw Paste

Comments 0
Login to post a comment.
  • No comments yet. Be the first.
Login to post a comment. Login or Register
We use cookies. To comply with GDPR in the EU and the UK we have to show you these.

We use cookies and similar technologies to keep this website functional (including spam protection via Google reCAPTCHA), and — with your consent — to measure usage and show ads. See Privacy.