jwmrc.sablon 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0"?>
  2. <JWM>
  3. <!-- The root menu. -->
  4. <RootMenu onroot="12">
  5. <Program icon="terminal.png" label="Uygulama Ara">dmenu_run</Program>
  6. <Program icon="terminal.png" label="Terminal">lxterminal</Program>
  7. <Program icon="terminal.png" label="Dosya Gezgin">xfe</Program>
  8. <Program icon="terminal.png" label="İnternet">firefox-bin</Program>
  9. <Separator/>
  10. <Program icon="lock.png" label="Kilitle">
  11. xlock -mode blank
  12. </Program>
  13. <Separator/>
  14. <Restart label="Tazele" icon="restart.png"/>
  15. <Exit label="ÇIKIŞ" confirm="true" icon="quit.png"/>
  16. </RootMenu>
  17. <!-- Options for program groups. -->
  18. <Group>
  19. <Option>tiled</Option>
  20. <Option>aerosnap</Option>
  21. </Group>
  22. <Group>
  23. <Class>Pidgin</Class>
  24. <Option>sticky</Option>
  25. </Group>
  26. <Group>
  27. <Name>xterm</Name>
  28. <Option>vmax</Option>
  29. </Group>
  30. <Group>
  31. <Name>xclock</Name>
  32. <Option>drag</Option>
  33. <Option>notitle</Option>
  34. </Group>
  35. <!-- Tray at the bottom. -->
  36. <Tray x="0" y="-1" autohide="off">
  37. <TrayButton icon="jwm-blue">root:1</TrayButton>
  38. <Spacer width="2"/>
  39. <TrayButton label="_">showdesktop</TrayButton>
  40. <Spacer width="2"/>
  41. <Pager labeled="true"/>
  42. <TaskList maxwidth="256"/>
  43. <Dock/>
  44. <Clock format="%H:%M"><Button mask="123">exec:xclock</Button></Clock>
  45. </Tray>
  46. <StartupCommand>setxkbmap tr</StartupCommand>
  47. <!-- Visual Styles -->
  48. <WindowStyle>
  49. <Font>Sans-9:bold</Font>
  50. <Width>4</Width>
  51. <Height>21</Height>
  52. <Corner>3</Corner>
  53. <Foreground>#FFFFFF</Foreground>
  54. <Background>#555555</Background>
  55. <Outline>#000000</Outline>
  56. <Opacity>0.5</Opacity>
  57. <Active>
  58. <Foreground>#FFFFFF</Foreground>
  59. <Background>#0077CC</Background>
  60. <Outline>#000000</Outline>
  61. <Opacity>1.0</Opacity>
  62. </Active>
  63. </WindowStyle>
  64. <TrayStyle group="true" list="all">
  65. <Font>Sans-9</Font>
  66. <Background>#333333</Background>
  67. <Foreground>#FFFFFF</Foreground>
  68. <Outline>#000000</Outline>
  69. <Opacity>0.75</Opacity>
  70. </TrayStyle>
  71. <TaskListStyle>
  72. <Font>Sans-9</Font>
  73. <Active>
  74. <Foreground>#FFFFFF</Foreground>
  75. <Background>#555555</Background>
  76. </Active>
  77. <Foreground>#FFFFFF</Foreground>
  78. <Background>#333333</Background>
  79. </TaskListStyle>
  80. <PagerStyle>
  81. <Outline>#000000</Outline>
  82. <Foreground>#555555</Foreground>
  83. <Background>#333333</Background>
  84. <Text>#FFFFFF</Text>
  85. <Active>
  86. <Foreground>#0077CC</Foreground>
  87. <Background>#004488</Background>
  88. </Active>
  89. </PagerStyle>
  90. <MenuStyle>
  91. <Font>Sans-9</Font>
  92. <Foreground>#FFFFFF</Foreground>
  93. <Background>#333333</Background>
  94. <Outline>#000000</Outline>
  95. <Active>
  96. <Foreground>#FFFFFF</Foreground>
  97. <Background>#0077CC</Background>
  98. </Active>
  99. <Opacity>0.85</Opacity>
  100. </MenuStyle>
  101. <PopupStyle>
  102. <Font>Sans-9</Font>
  103. <Foreground>#000000</Foreground>
  104. <Background>#999999</Background>
  105. </PopupStyle>
  106. <!-- Path where icons can be found.
  107. IconPath can be listed multiple times to allow searching
  108. for icons in multiple paths.
  109. -->
  110. <IconPath>
  111. /usr/share/icons/wm-icons/32x32-aquafusion
  112. </IconPath>
  113. <IconPath>
  114. /usr/share/jwm
  115. </IconPath>
  116. <!-- Virtual Desktops -->
  117. <!-- Desktop tags can be contained within Desktops for desktop names. -->
  118. <Desktops width="4" height="1">
  119. <!-- Default background. Note that a Background tag can be
  120. contained within a Desktop tag to give a specific background
  121. for that desktop.
  122. -->
  123. <Background type="solid">#111111</Background>
  124. </Desktops>
  125. <!-- Double click speed (in milliseconds) -->
  126. <DoubleClickSpeed>400</DoubleClickSpeed>
  127. <!-- Double click delta (in pixels) -->
  128. <DoubleClickDelta>2</DoubleClickDelta>
  129. <!-- The focus model (sloppy or click) -->
  130. <FocusModel>sloppy</FocusModel>
  131. <!-- The snap mode (none, screen, or border) -->
  132. <SnapMode distance="10">border</SnapMode>
  133. <!-- The move mode (outline or opaque) -->
  134. <MoveMode>opaque</MoveMode>
  135. <!-- The resize mode (outline or opaque) -->
  136. <ResizeMode>opaque</ResizeMode>
  137. <!-- Key bindings -->
  138. <Key key="Up">up</Key>
  139. <Key key="Down">down</Key>
  140. <Key key="Right">right</Key>
  141. <Key key="Left">left</Key>
  142. <Key key="h">left</Key>
  143. <Key key="j">down</Key>
  144. <Key key="k">up</Key>
  145. <Key key="l">right</Key>
  146. <Key key="Return">select</Key>
  147. <Key key="Escape">escape</Key>
  148. <Key mask="A" key="Tab">nextstacked</Key>
  149. <Key mask="A" key="F4">close</Key>
  150. <Key mask="A" key="#">desktop#</Key>
  151. <Key mask="A" key="F1">root:1</Key>
  152. <Key mask="A" key="F2">window</Key>
  153. <Key mask="A" key="F10">maximize</Key>
  154. <Key mask="A" key="Right">rdesktop</Key>
  155. <Key mask="A" key="Left">ldesktop</Key>
  156. <Key mask="A" key="Up">udesktop</Key>
  157. <Key mask="A" key="Down">ddesktop</Key>
  158. </JWM>