blob: 260c8ca8cf5aeffdd006f26b93d3285246f4221d (
plain)
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
|
<?xml version="1.0"?>
<JWM>
<!-- The root menu, if this is undefined you will not get a menu. -->
<RootMenu>
<Program label="Terminal">xterm</Program>
<Menu label="Applications">
<Program label="Mozilla">mozilla</Program>
<Program label="File Manager">$HOME/bin/fm</Program>
<Program label="Gaim">gaim</Program>
<Program label="Gimp">gimp</Program>
<Program label="XMMS">xmms</Program>
</Menu>
<Menu label="Utilities">
<Program>xfontsel</Program>
<Program>xmag</Program>
</Menu>
<Menu label="Games">
<Program label="Doom">/usr/games/doom/doom</Program>
<Program label="Doom II">/usr/games/doom2/doom2</Program>
<Program label="Hacknoid">/usr/games/hacknoid/run</Program>
<Program label="Mines">/usr/games/mines/run</Program>
<Program label="Quake II">/usr/games/quake2/quake2</Program>
</Menu>
<Separator/>
<Restart/>
<Exit/>
</RootMenu>
<Border>
<Font antialias="true">-sgi-rock-*-*-*-*-18-*-*-*-*-*-*-*</Font>
<Width>5</Width>
<Height>20</Height>
<Foreground>black</Foreground>
<Background>#DCDAD5</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#3A4956</ActiveBackground>
</Border>
<Tray autohide="false">
<Font antialias="true">-sgi-rock-*-*-*-*-18-*-*-*-*-*-*-*</Font>
<Height>28</Height>
<Foreground>black</Foreground>
<Background>#DCDAD5</Background>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>#8899AA</ActiveBackground>
</Tray>
<Pager>
<Outline>black</Outline>
<Foreground>#DCDAD5</Foreground>
<Background>#888888</Background>
<ActiveForeground>#8899AA</ActiveForeground>
<ActiveBackground>#3A4956</ActiveBackground>
</Pager>
<Load>
<Program>xload</Program>
<Outline>black</Outline>
<Foreground>red</Foreground>
<Background>#DCDAD5</Background>
</Load>
<Clock>
<Program>xclock</Program>
</Clock>
<Popup enabled="true">
<Font antialias="true">-sgi-screen-*-r-*-*-15-*-*-*-*-*-*-*</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>yellow</Background>
</Popup>
<Menu>
<Font antialias="true">-sgi-screen-*-r-*-*-15-*-*-*-*-*-*-*</Font>
<Foreground>black</Foreground>
<Background>#DCDAD5</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#3A4956</ActiveBackground>
</Menu>
<!-- Number of virtual desktops -->
<DesktopCount>4</DesktopCount>
<!-- 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>
<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
<Key mask="A" key="Tab">next</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="A" key="F1">root</Key>
<Key mask="A" key="F2">window</Key>
</JWM>
|