-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.jwmrc
164 lines (143 loc) · 3.89 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
<?xml version="1.0"?>
<JWM>
<!--
TITLE: Phono
AUTHOR: Christian Bettinger <https://github.com/cbettinger>
JWM ver: JWM 2.3
-->
<Desktops width="3" height="1">
<Background type="solid">#5B4A3A</Background>
</Desktops>
<RootMenu onroot="2">
<Include>$HOME/.jwmmenu</Include>
<Separator/>
<Exit confirm="true" label="Exit" />
<Program label="Restart">shutdown -r now</Program>
<Program label="Shutdown">shutdown -p now</Program>
</RootMenu>
<MenuStyle>
<Font>LiberationSans-9:bold</Font>
<Outline>#1B1A18</Outline>
<Background>#1B1A18</Background>
<Foreground>#D3D8D2</Foreground>
<Active>
<Background>#1B1A18</Background>
<Foreground>#F2B826</Foreground>
</Active>
<Opacity>1.0</Opacity>
</MenuStyle>
<Tray x="0" y="-1" height="36" autohide="off">
<TrayButton icon="start-ubuntu.png" label="Start">root:2</TrayButton>
<!--<TrayButton icon="start-bsd.png" label="Start">root:2</TrayButton>-->
<Spacer width="2" />
<Pager labeled="false" />
<Spacer width="2" />
<TaskList maxwidth="192" />
<Spacer width="80" />
</Tray>
<Tray halign="right" y="-18" height="18" autohide="off">
<Clock format="%H:%M"></Clock>
<Spacer width="18" />
</Tray>
<Tray halign="right" y="-2" height="18" autohide="off">
<Clock format="%d. %b. %Y"></Clock>
</Tray>
<TrayStyle group="false" list="all">
<Font>LiberationSans-9:bold</Font>
<Outline>#1B1A18</Outline>
<Background>#1B1A18</Background>
<Foreground>#D3D8D2</Foreground>
<Active>
<Background>#1B1A18</Background>
<Foreground>#F2B826</Foreground>
</Active>
<Opacity>1.0</Opacity>
</TrayStyle>
<PagerStyle>
<Font>LiberationSans-9</Font>
<Outline>#1B1A18</Outline>
<!-- Inactive Desktop Background -->
<Background>#2A2A2A</Background>
<!-- Unfocused Window -->
<Foreground>#D3D8D2</Foreground>
<Text>#1b1a18</Text>
<Active>
<!-- Active Desktop Background -->
<Background>#5B4A3A</Background>
<!-- Focused Window -->
<Foreground>#F2B826</Foreground>
</Active>
</PagerStyle>
<ClockStyle>
<Font>LiberationSans-8</Font>
</ClockStyle>
<WindowStyle>
<Font>LiberationSans-9:bold</Font>
<Width>2</Width>
<Height>24</Height>
<Corner>3</Corner>
<Outline>#1B1A18</Outline>
<Background>#1B1A18</Background>
<Foreground>#D3D8D2</Foreground>
<Opacity>0.618</Opacity>
<Active>
<Outline>#1B1A18</Outline>
<Background>#1B1A18</Background>
<Foreground>#F2B826</Foreground>
<Opacity>1.0</Opacity>
</Active>
</WindowStyle>
<PopupStyle enabled="false">
<Font>LiberationSans-9</Font>
<Outline>#1B1A18</Outline>
<Background>#1B1A18</Background>
<Foreground>#D3D8D2</Foreground>
</PopupStyle>
<Group>
<Option>tiled</Option>
<Option>aerosnap</Option>
</Group>
<IconPath>
$HOME/.icons
</IconPath>
<IconPath>
$HOME/.icons/phono-theme
</IconPath>
<IconPath>
/usr/local/share/icons
</IconPath>
<IconPath>
/usr/local/share/pixmaps
</IconPath>
<IconPath>
/usr/local/lib/X11/icons
</IconPath>
<IconPath>
/usr/local/share/jwm
</IconPath>
<ButtonMin>minimize.png</ButtonMin>
<ButtonMax>maximize.png</ButtonMax>
<ButtonMaxActive>maximize.png</ButtonMaxActive>
<ButtonClose>close.png</ButtonClose>
<FocusModel>click</FocusModel>
<SnapMode distance="10">border</SnapMode>
<MoveMode coordinates="off">opaque</MoveMode>
<ResizeMode>opaque</ResizeMode>
<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="C" key="Left">ldesktop</Key>
<Key mask="C" key="Right">rdesktop</Key>
<Key mask="C" key="Up">udesktop</Key>
<Key mask="C" key="Down">ddesktop</Key>
<Key mask="A" key="Left">maxleft</Key>
<Key mask="A" key="Right">maxright</Key>
<Key mask="A" key="Up">maximize</Key>
<Key mask="A" key="Down">shade</Key>
<Key mask="A" key="Q">close</Key>
<Key mask="A" key="R">restart</Key>
<Key mask="A" key="X">exit</Key>
</JWM>