-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jwmrc
215 lines (175 loc) · 6.14 KB
/
.jwmrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<?xml version="1.0"?>
<JWM>
<!-- The root menu, if this is undefined you will not get a menu. -->
<!-- Additional RootMenu attributes: onroot, labeled, label -->
<!-- Additional Menu attributes: icon -->
<!-- Additional Program attributes: icon -->
<RootMenu height="20" onroot="123" labeled="true" label="Root Menu">
<Separator/>
<Program label="xterm">xterm</Program>
<Menu label="Applications">
<Program label="Gimp">gimp</Program>
<Program label="xv">xv</Program>
</Menu>
<Menu label="Utilities">
<Program>xcalc</Program>
<Program>xfontsel</Program>
<Program>xmag</Program>
<Program label="xprop">xprop | xmessage -title xprop -file -</Program>
<Program label="xwininfo">xwininfo | xmessage -title xwininfo -file -</Program>
</Menu>
<Separator/>
<Restart label="Restart"/>
<Exit label="Exit" confirm="true"/>
</RootMenu>
<Group>
<Class>XLoad</Class>
<Option>sticky</Option>
<Option>nolist</Option>
<Option>notitle</Option>
</Group>
<Group>
<Class>Clock</Class>
<Option>sticky</Option>
<Option>nolist</Option>
<Option>notitle</Option>
<Option>noborder</Option>
</Group>
<Group>
<Name>gkrellm</Name>
<Option>sticky</Option>
<Option>nolist</Option>
<Option>notitle</Option>
<Option>noborder</Option>
</Group>
<Group>
<Name>rxvt</Name>
<Option>vmax</Option>
</Group>
<!-- Additional Tray attributes: autohide, width, border, layer, layout -->
<Tray x="0" y="-1" height="38">
<!-- Additional TrayButton attribute: label -->
<TrayButton label="JWM">root:1</TrayButton>
<TrayButton label=" ">showdesktop</TrayButton>
<!-- Additional Pager attributes; width, height -->
<Pager/>
<!-- Additional TaskList attribute: maxwidth -->
<TaskList/>
<Dock/>
<!-- Additional Swallow attribute: height -->
<Swallow name="xload" width="64">
xload -nolabel -bg black -fg red -hl white
</Swallow>
<Clock format=" %H:%M ">
<!-- xterm -geometry 69x36- -2-36 +sb -bg gold -T calendar -e 'cal -s -y; echo -n "Press enter to quit: "; read dummy' -->
cal -s -y | xmessage -geometry --2-36 -name Calendar -buttons close -file -
</Clock>
</Tray>
<!-- Visual Styles -->
<WindowStyle>
<Width>4</Width>
<Height>20</Height>
<Font>Adobe Helvetica:bold:size=10</Font>
<Active>
<Text>black</Text>
<Title>yellow</Title>
<Corner>yellow</Corner>
<Outline>black</Outline>
</Active>
<Inactive>
<Text>gray</Text>
<Title>gray50</Title>
<Corner>gray50</Corner>
<Outline>black</Outline>
</Inactive>
</WindowStyle>
<TaskListStyle>
<Font>Adobe Helvetica:bold</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>yellow</ActiveBackground>
<Foreground>gray50</Foreground>
<Background>gray</Background>
</TaskListStyle>
<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
<Font>Adobe Helvetica:bold</Font>
<Background>gray90</Background>
<Foreground>black</Foreground>
</TrayStyle>
<PagerStyle>
<Outline>black</Outline>
<Foreground>gray90</Foreground>
<Background>gray50</Background>
<ActiveForeground>yellow</ActiveForeground>
<ActiveBackground>lightblue</ActiveBackground>
</PagerStyle>
<MenuStyle>
<Font>Adobe Helvetica:bold</Font>
<Foreground>black</Foreground>
<Background>gray</Background>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>yellow</ActiveBackground>
</MenuStyle>
<PopupStyle>
<Font>Adobe Helvetica</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>yellow</Background>
</PopupStyle>
<IconPath>
$HOME/.icons
</IconPath>
<!-- Virtual Desktops -->
<!-- Desktop tags can be contained within Desktops for desktop names. -->
<Desktops count="3" width="3">
<!-- Default background. Note that a Background tag can be
contained within a Desktop tag to give a specific background
for that desktop.
-->
<Background type="tile">/home/helix/hoffmann/pictures/PageBackground.jpg</Background>
<Desktop name="Desktop 1">
<Background type="image">/home/moon/luiz/Desktop/vim-move-shortcuts.png</Background>
</Desktop>
<Desktop name="Desktop 2">
<Background type="image">/home/moon/luiz/Desktop/alexis_bledel_text_charts_vim__1280x1024_wallpapername.com.jpg</Background>
</Desktop>
<Desktop name="Desktop 3">
<Background type="image">/home/moon/luiz/Desktop/vim-wallpapers.png</Background>
</Desktop>
</Desktops>
<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>
<!-- Double click delta (in pixels) -->
<DoubleClickDelta>2</DoubleClickDelta>
<!-- The focus model (sloppy or click) -->
<FocusModel>sloppy</FocusModel>
<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">border</SnapMode>
<!-- The move mode (outline or opaque) -->
<MoveMode>opaque</MoveMode>
<!-- The resize mode (outline or opaque) -->
<ResizeMode>outline</ResizeMode>
<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
<Key mask="A" key="Tab">nextstacked</Key>
<!-- <Key mask="A" key="F4">close</Key> -->
<Key mask="A" key="F1">root:1</Key>
<Key mask="A" key="F2">window</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="C" key="Left">ldesktop</Key>
<Key mask="C" key="Right">rdesktop</Key>
<Key mask="A" key="Up">shade</Key>
<Key mask="A" key="Down">shade</Key>
<Key mask="A" key="T">exec:xfce4-terminal</Key>
<Key mask="A" key="n">minimize</Key>
<Key mask="A" key="m">maximize</Key>
</JWM>