aboutsummaryrefslogtreecommitdiff
path: root/example.jwmrc
blob: deae8c0a06277cc2fd984cd792a6c93885523753 (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
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
<?xml version="1.0"?>

<JWM>

	<!-- The root menu, if this is undefined you will not get a menu. -->
	<!-- Additional RootMenu attributes: onroot, labeled, label -->
	<RootMenu height="32">
		<Program icon="rxvt.png" label="Terminal">xterm</Program>

		<!-- Addititional Menu attributes: height, labeled -->
		<Menu icon="folder.png" label="Applications">
			<Program icon="dia.png" label="Dia">dia</Program>
			<Program icon="firefox.png" label="Firefox">firefox</Program>
			<Program icon="gaim.png" label="Gaim">gaim</Program>
			<Program icon="gftp.png" label="gFTP">gftp</Program>
			<Program icon="gimp.png" label="Gimp">gimp</Program>
			<Program icon="gtk-gnutella.png" label="gtk-gnutella">
				gtk-gnutella
			</Program>
			<Program icon="gxine.png" label="gxine">gxine</Program>
			<Program icon="xmms.xpm" label="XMMS">xmms</Program>
		</Menu>
		<Menu icon="folder.png" label="Utilities">
			<Program icon="xcalc.png">xcalc</Program>
			<Program icon="xfontsel.png">xfontsel</Program>
			<Program icon="xmag.png">xmag</Program>
			<Program icon="xprop.png" label="xprop">
				xprop | xmessage -file -
			</Program>
		</Menu>
		<!-- <Desktops label="Desktops" icon="desktops.png"/> -->
		<Separator/>
		<Restart label="Restart" icon="restart.png"/>
		<Exit label="Exit" confirm="true" icon="exit.png"/>
	</RootMenu>

	<Group>
		<Class>Gaim</Class>
		<Option>sticky</Option>
	</Group>

	<Group>
		<Class>xmms</Class>
		<Option>icon:xmms.xpm</Option>
	</Group>

	<!-- Additional tray attributes: autohide, width, border, layer, layout -->
	<Tray  x="0" y="-1" height="32">

		<!-- Additional TrayButton attribute: label -->
		<TrayButton label="JWM"/>

		<!-- Additional Pager attributes; width, height -->
		<Pager/>

		<!-- Additional TaskList attribute: maxwidth -->
		<TaskList/>

		<!-- Additional Swallow attribute: height -->
		<Swallow name="xload" width="64">
			xload -nolabel -bg black -fg red -hl white
		</Swallow>
		<Clock>xclock</Clock>
	</Tray>

	<!-- Visual Styles -->

	<BorderStyle>
		<Font>FreeSans-12:bold</Font>
		<Width>5</Width>
		<Height>20</Height>
		<Foreground>black</Foreground>
		<Background>gray90</Background>
		<ActiveForeground>white</ActiveForeground>
		<ActiveBackground>#4A5966</ActiveBackground>
	</BorderStyle>

	<TaskListStyle>
		<Font>FreeSans-12:bold</Font>
		<ActiveForeground>white</ActiveForeground>
		<ActiveBackground>#8899A6</ActiveBackground>
	</TaskListStyle>

	<!-- Additional TrayStyle attribute: insert -->
	<TrayStyle>
		<Font>FreeSans-12:bold</Font>
		<Background>gray90</Background>
		<Foreground>black</Foreground>
	</TrayStyle>

	<PagerStyle>
		<Outline>black</Outline>
		<Foreground>gray90</Foreground>
		<Background>#888888</Background>
		<ActiveForeground>#8899AA</ActiveForeground>
		<ActiveBackground>#3A4956</ActiveBackground>
	</PagerStyle>

	<MenuStyle>
		<Font>FreeSans-12:bold</Font>
		<Foreground>black</Foreground>
		<Background>gray90</Background>
		<ActiveForeground>white</ActiveForeground>
		<ActiveBackground>#3A4956</ActiveBackground>
	</MenuStyle>

	<PopupStyle>
		<Font>FreeSans-10</Font>
		<Outline>black</Outline>
		<Foreground>black</Foreground>
		<Background>yellow</Background>
	</PopupStyle>

	<IconPath>$HOME/.icons</IconPath>

	<StartupCommand>
		xli -onroot /export0/images/formulae.jpg
	</StartupCommand>

	<!-- Virtual Desktops -->
	<!-- Name tags can be contained within Desktops for desktop names. -->
	<Desktops count="4"/>

	<!-- 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>opaque</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">next</Key>
	<Key mask="A" key="F4">close</Key>
	<Key mask="A" key="#">desktop#</Key>
	<Key mask="A" key="F1">root:1</Key>
	<Key mask="A" key="F2">window</Key>

</JWM>