-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjwms.conf
327 lines (284 loc) · 6.63 KB
/
jwms.conf
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
# Global settings
global_terminal = "urxvt"
global_decorations_style = "flat"
global_bg_color_active = "#222222"
global_bg_color_inactive = "#111111"
global_fg_color_active = "#DDDDDD"
global_fg_color_inactive ="#CCCCCC"
global_outline_color = "#FFFFFF"
global_preferred_icon_size = 32
global_font = "Sans"
global_font_alignment = "center"
global_font_size = 10
global_enable_shutdown_reboot = false
global_shutdown_cmd = "poweroff"
global_reboot_cmd = "reboot"
global_enable_rofi = false
# Window settings
window_use_global_decorations_style = true
window_use_global_colors = true
window_use_global_font = false
window_outline_enabled = false
window_use_aerosnap = false
window_height = 26
window_width = 4
window_corner_rounding = 4
window_decorations_style = "flat"
window_bg_color_active = "#222222"
window_bg_color_inactive = "#111111"
window_fg_color_active = "#DDDDDD"
window_fg_color_inactive = "#CCCCCC"
window_outline_color_active = "#FFFFFF"
window_outline_color_inactive = "#FFFFFF"
window_opacity_active = 1.0
window_opacity_inactive = 1.0
window_font = "Sans"
window_font_alignment = "center"
window_font_size = 10
window_focus_model = "click"
window_snap_mode = "none"
window_snap_distance = 10
window_move_mode = "opaque"
window_resize_mode = "outline"
# Clock settings
clock_use_global_colors = true
clock_use_global_font = false
clock_bg_color = "#111111"
clock_fg_color = "#CCCCCC"
clock_font = "Sans"
clock_font_alignment = "center"
clock_font_size = 11
# Pager settings
pager_use_global_colors = false
pager_use_global_font = false
pager_outline_enabled = true
pager_labled = true
pager_bg_color_active = "#222222"
pager_bg_color_inactive = "#111111"
pager_fg_color_active = "#777777"
pager_fg_color_inactive = "#555555"
pager_outline_color = "#FFFFFF"
pager_font = "Sans"
pager_font_alignment = "center"
pager_font_size = 11
# Not effected by pager_use_global_colors
pager_text_color = "#FFFFFF"
# Menu settings
menu_use_global_decorations_style = true
menu_use_global_colors = true
menu_use_global_font = true
menu_outline_enabled = false
menu_decorations_style = "flat"
menu_bg_color_active = "#222222"
menu_bg_color_inactive = "#111111"
menu_fg_color_active = "#DDDDDD"
menu_fg_color_inactive = "#CCCCCC"
menu_outline_color = "#FFFFFF"
menu_opacity = 1.0
# Tray settings
tray_use_global_decorations_style = true
tray_use_global_colors = false
tray_use_global_font = false
tray_use_menu_icon = false
tray_outline_enabled = false
tray_systray_size = 22
tray_systray_spacing = 4
tray_decorations_style = "flat"
tray_bg_color_active = "#222222"
tray_bg_color_inactive = "#111111"
tray_fg_color_active = "#FFFFFF"
tray_fg_color_inactive = "#EEEEEE"
tray_outline_color_active = "#FFFFFF"
tray_outline_color_inactive = "#FFFFFF"
tray_menu_icon = "jwm-blue"
#tray_menu_icon = "endeavouros-icon"
tray_menu_text = "Menu"
tray_opacity = 0.95
tray_font = "Sans"
tray_font_alignment = "center"
tray_font_size = 12
# Mutliple Trays (WIP)
tray primary {
# tray positions are: bottom, top, left, right
position = "bottom"
autohide = false
autohide_delay = 1000
thickness = 30
spacing = 4
menu_button_enabled = true
# Comment out the line below If you don't want any programs in the the tray.
programs = {"firefox", "urxvt", "pcmanfm"}
tasklist_enabled = true
tasklist_labeled = true
tasklist_label_position = "right"
pager_enabled = true
systray_enabled = true
clock_enabled = true
}
# Tasklist settings
tasklist_use_global_decorations_style = true
tasklist_use_global_colors = false
tasklist_use_global_font = false
tasklist_outline_enabled = false
tasklist_decorations_style = "flat"
tasklist_bg_color_active = "#222222"
tasklist_bg_color_inactive = "#111111"
tasklist_fg_color_active = "#FFFFFF"
tasklist_fg_color_inactive = "#EEEEEE"
tasklist_outline_color_active = "#FFFFFF"
tasklist_outline_color_inactive = "#FFFFFF"
tasklist_font = "Sans"
tasklist_font_alignment = "center"
tasklist_font_size = 10
# Desktop settings
desktop_workspaces = 2
desktop_background_type = "solid"
desktop_background = "#222222"
#desktop_background_type = "scale"
#desktop_background = "/usr/share/endeavouros/backgrounds/endeavouros-wallpaper.png"
# Other
rootmenu_height = 24
# Keybinds
# Supported mod keys: Alt, Control, Shift, mod1, mod2, mod3, mod4, mod5
# Run xmodmap to find what your mod keys are
keybind up {
key = "Up"
command = "up"
}
keybind down {
key = "Down"
command = "down"
}
keybind right {
key = "Right"
command = "right"
}
keybind left {
key = "Left"
command = "left"
}
keybind h {
key = "H"
command = "up"
}
keybind j {
key = "J"
command = "down"
}
keybind k {
key = "K"
command = "right"
}
keybind l {
key = "L"
command = "left"
}
keybind return {
key = "Return"
command = "select"
}
keybind escape {
key = "Escape"
command = "escape"
}
keybind nextstacked {
mods = {"Alt"}
key = "Tab"
command = "nextstacked"
}
keybind close {
mods = {"Alt"}
key = "F4"
command = "close"
}
keybind desktopnum {
mods = {"Alt"}
key = "#"
command = "desktop#"
}
keybind root_menu {
mods = {"Alt"}
key = "F1"
command = "root:1"
}
keybind window {
mods = {"Alt"}
key = "F2"
command = "window"
}
keybind maximize {
mods = {"Alt"}
key = "F10"
command = "maximize"
}
keybind desktop_right {
mods = {"Alt"}
key = "Right"
command = "rdesktop"
}
keybind desktop_left {
mods = {"Alt"}
key = "Left"
command = "ldesktop"
}
keybind desktop_up {
mods = {"Alt"}
key = "Up"
command = "udesktop"
}
keybind desktop_down {
mods = {"Alt"}
key = "Down"
command = "ddesktop"
}
keybind refresh {
mods = {"Control", "Alt"}
key = "R"
command = "restart"
}
keybind logout {
mods = {"Control", "Alt"}
key = "L"
command = "exit"
}
keybind terminal {
mods = {"Control", "Alt"}
key = "T"
command = "exec:urxvt"
}
keybind firefox {
mods = {"Control", "Alt"}
key = "W"
command = "exec:firefox"
}
keybind pcmanfm {
mods = {"Control", "Alt"}
key = "F"
command = "exec:pcmanfm"
}
# Autostart
autostart xdg_user_dirs_update {
program = "xdg-user-dirs-update"
}
autostart picom {
sleep_time = 1
restart_kill = true
program = "picom"
args = "-b --backend glx --vsync"
#command = "sleep 1 && picom -b --backend glx --vsync"
}
autostart cmst {
sleep_time = 1
fork_needed = true
restart_kill = true
program = "cmst"
args = "-m"
#command = "sleep 1 && cmst -m &"
}
autostart volumeicon {
sleep_time = 2
fork_needed = true
restart_kill = true
program = "volumeicon"
#command = "sleep 2 && volumeicon &"
}