-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
51 lines (40 loc) · 1.17 KB
/
config.toml
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
sort_by = "none" # "none" | "position" | "application"
max_windows = 13
name = "class" # "class" | "title"
name_case = "lowercase" # "none" | "lowercase" | "uppercase"
name_max_length = 30
name_padding = 1
separator_string = "·"
empty_desktop_string = ""
active_window_left_click = "minimize"
active_window_middle_click = "none"
active_window_right_click = "close"
active_window_scroll_up = "none"
active_window_scroll_down = "none"
inactive_window_left_click = "raise"
inactive_window_middle_click = "none"
inactive_window_right_click = "close"
inactive_window_scroll_up = "none"
inactive_window_scroll_down = "none"
active_window_fg_color = "none"
active_window_bg_color = "none"
active_window_ul_color = "none"
inactive_window_fg_color = "#808080"
inactive_window_bg_color = "none"
inactive_window_ul_color = "none"
separator_fg_color = "#808080"
separator_bg_color = "none"
separator_ul_color = "none"
empty_desktop_fg_color = "none"
empty_desktop_bg_color = "none"
empty_desktop_ul_color = "none"
overflow_fg_color = "none"
overflow_bg_color = "none"
overflow_ul_color = "none"
ignored_classes = [
# "foo",
# "bar"
]
[window_nicknames]
# foo = "bar"
# baz = "qux"