-
Notifications
You must be signed in to change notification settings - Fork 8
/
.spectrwm.conf
50 lines (38 loc) · 1.47 KB
/
.spectrwm.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
#
# spectrwm configuration file
#
layout_order = vertical,horizontal,max
color_focus = rgb:66/ff/cc
color_focus_maximized = rgb:00/00/00
color_unfocus = rgb:33/33/33
# BAR
bar_border_width = 8
bar_border[1] = rgb:00/00/00
bar_color[1] = rgb:00/00/00, rgb:b0/30/60
bar_font_color[1] = rgb:bb/bb/bb, rgb:66/66/66, rgb:33/33/33, rgb:b0/30/60, rgb:66/ff/cc, rgb:00/00/00
bar_font = monospace:size=10,fallback:size=10
bar_action = spectrwm-status
bar_delay = 1
bar_action_expand = 1
bar_justify = left
bar_format = +L+@fg=1; +@fg=3;+W +@fg=1;+|R +A +@fg=0;%b %d %H:%M+<
bar_at_bottom = 1
clock_enabled = 0
# WORKSPACES
workspace_indicator = listall,markurgent,markactive,markcurrent,markempty,printnames
workspace_mark_active = '+@bg=0;+@fg=1; '
workspace_mark_current = '+@bg=0;+@fg=0; '
workspace_mark_empty = '+@bg=0;+@fg=2; '
workspace_mark_urgent = '+@bg=1;+@fg=5; '
# AUTORUN
autorun = ws[1]:kitty
# PROGRAMS
program[lock] = xsecurelock
program[term] = kitty
program[menu] = rofi -show run
program[switch] = rofi -show window
# BINDINGS
bind[switch] = MOD+o
bind[menu] = MOD+p
bind[wind_kill] = MOD+Shift+c
bind[ws_prior] = MOD+Tab