.jwmrc 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. <?xml version="1.0"?>
  2. <JWM>
  3. <StartupCommand>pa-applet &</StartupCommand>
  4. <StartupCommand>nm-applet &</StartupCommand>
  5. <!-- The root menu. -->
  6. <RootMenu onroot="12">
  7. <Program icon="utilities-terminal.png" label="Komut Satırı">lxterminal</Program>
  8. <Program icon="folder.png" label="Dosya Yöneticisi">spacefm</Program>
  9. <Program icon="applications-internet.png" label="Web Tarayıcı">midori</Program>
  10. <Program icon="text-editor-symbolic.symbolic.png" label="Metin düzenleyici">geany</Program>
  11. <Menu icon="view-grid-symbolic.symbolic.png" label="Uygulamalar">
  12. <Include>exec: xdgmenumaker -n -i -f jwm</Include>
  13. </Menu>
  14. <Menu icon="folder.png" label="Araçlar">
  15. <Program icon="font.png" label="Yazı Tipi">xfontsel</Program>
  16. <Program icon="window.png" label="Pencere Özellikleri">
  17. xprop | xmessage -file -
  18. </Program>
  19. <Program icon="window.png" label="Pencere Bilgisi">
  20. xwininfo | xmessage -file -
  21. </Program>
  22. </Menu>
  23. <Separator/>
  24. <Restart label="Yeniden Başlat" icon="view-refresh.png"/>
  25. <Exit label="Çıkış" confirm="true" icon="system-log-out.png"/>
  26. </RootMenu>
  27. <!-- Options for program groups. -->
  28. <Group>
  29. <Option>tiled</Option>
  30. <Option>aerosnap</Option>
  31. </Group>
  32. <Group>
  33. <Class>Pidgin</Class>
  34. <Option>sticky</Option>
  35. </Group>
  36. <Group>
  37. <Name>xterm</Name>
  38. <Option>vmax</Option>
  39. </Group>
  40. <Group>
  41. <Name>xclock</Name>
  42. <Option>drag</Option>
  43. <Option>notitle</Option>
  44. </Group>
  45. <!-- Tray at the bottom. -->
  46. <Tray x="0" y="-1" autohide="off">
  47. <TrayButton icon="jwm-blue">root:1</TrayButton>
  48. <Spacer width="2"/>
  49. <TrayButton label="_">showdesktop</TrayButton>
  50. <Spacer width="2"/>
  51. <Pager labeled="true"/>
  52. <TaskList maxwidth="256"/>
  53. <Dock/>
  54. <Clock format="%H:%M"><Button mask="123">exec:xclock</Button></Clock>
  55. </Tray>
  56. <!-- Visual Styles -->
  57. <WindowStyle>
  58. <Font>Sans-9:bold</Font>
  59. <Width>4</Width>
  60. <Height>21</Height>
  61. <Corner>3</Corner>
  62. <Foreground>#FFFFFF</Foreground>
  63. <Background>#555555</Background>
  64. <Outline>#000000</Outline>
  65. <Opacity>0.5</Opacity>
  66. <Active>
  67. <Foreground>#FFFFFF</Foreground>
  68. <Background>#0077CC</Background>
  69. <Outline>#000000</Outline>
  70. <Opacity>1.0</Opacity>
  71. </Active>
  72. </WindowStyle>
  73. <TrayStyle group="true" list="all">
  74. <Font>Sans-9</Font>
  75. <Background>#333333</Background>
  76. <Foreground>#FFFFFF</Foreground>
  77. <Outline>#000000</Outline>
  78. <Opacity>0.75</Opacity>
  79. </TrayStyle>
  80. <TaskListStyle>
  81. <Font>Sans-9</Font>
  82. <Active>
  83. <Foreground>#FFFFFF</Foreground>
  84. <Background>#555555</Background>
  85. </Active>
  86. <Foreground>#FFFFFF</Foreground>
  87. <Background>#333333</Background>
  88. </TaskListStyle>
  89. <PagerStyle>
  90. <Outline>#000000</Outline>
  91. <Foreground>#555555</Foreground>
  92. <Background>#333333</Background>
  93. <Text>#FFFFFF</Text>
  94. <Active>
  95. <Foreground>#0077CC</Foreground>
  96. <Background>#004488</Background>
  97. </Active>
  98. </PagerStyle>
  99. <MenuStyle>
  100. <Font>Sans-9</Font>
  101. <Foreground>#FFFFFF</Foreground>
  102. <Background>#333333</Background>
  103. <Outline>#000000</Outline>
  104. <Active>
  105. <Foreground>#FFFFFF</Foreground>
  106. <Background>#0077CC</Background>
  107. </Active>
  108. <Opacity>0.85</Opacity>
  109. </MenuStyle>
  110. <PopupStyle>
  111. <Font>Sans-9</Font>
  112. <Foreground>#000000</Foreground>
  113. <Background>#999999</Background>
  114. </PopupStyle>
  115. <!-- Path where icons can be found.
  116. IconPath can be listed multiple times to allow searching
  117. for icons in multiple paths.
  118. -->
  119. <IconPath>/usr/share/icons/Adwaita</IconPath>
  120. <IconPath>/usr/share/icons/Adwaita/32x32/places</IconPath>
  121. <IconPath>/usr/share/icons/Adwaita/32x32/apps</IconPath>
  122. <IconPath>/usr/share/icons/Adwaita/32x32/categories</IconPath>
  123. <IconPath>/usr/share/icons/Adwaita/32x32/actions</IconPath>
  124. <!-- Virtual Desktops -->
  125. <!-- Desktop tags can be contained within Desktops for desktop names. -->
  126. <Desktops width="2" height="1">
  127. <!-- Default background. Note that a Background tag can be
  128. contained within a Desktop tag to give a specific background
  129. for that desktop.
  130. -->
  131. <Background type="image">/root/ayarlar/milis-linux-arkaplan.png</Background>
  132. </Desktops>
  133. <!-- Double click speed (in milliseconds) -->
  134. <DoubleClickSpeed>400</DoubleClickSpeed>
  135. <!-- Double click delta (in pixels) -->
  136. <DoubleClickDelta>2</DoubleClickDelta>
  137. <!-- The focus model (sloppy or click) -->
  138. <FocusModel>sloppy</FocusModel>
  139. <!-- The snap mode (none, screen, or border) -->
  140. <SnapMode distance="10">border</SnapMode>
  141. <!-- The move mode (outline or opaque) -->
  142. <MoveMode>opaque</MoveMode>
  143. <!-- The resize mode (outline or opaque) -->
  144. <ResizeMode>opaque</ResizeMode>
  145. <!-- Key bindings -->
  146. <Key key="Up">up</Key>
  147. <Key key="Down">down</Key>
  148. <Key key="Right">right</Key>
  149. <Key key="Left">left</Key>
  150. <Key key="h">left</Key>
  151. <Key key="j">down</Key>
  152. <Key key="k">up</Key>
  153. <Key key="l">right</Key>
  154. <Key key="Return">select</Key>
  155. <Key key="Escape">escape</Key>
  156. <Key mask="A" key="Tab">nextstacked</Key>
  157. <Key mask="A" key="F4">close</Key>
  158. <Key mask="A" key="#">desktop#</Key>
  159. <Key mask="A" key="F1">root:1</Key>
  160. <Key mask="A" key="F2">window</Key>
  161. <Key mask="A" key="F10">maximize</Key>
  162. <Key mask="A" key="Right">rdesktop</Key>
  163. <Key mask="A" key="Left">ldesktop</Key>
  164. <Key mask="A" key="Up">udesktop</Key>
  165. <Key mask="A" key="Down">ddesktop</Key>
  166. </JWM>