-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdefault_config.toml
149 lines (124 loc) · 2.96 KB
/
default_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
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
# If true, will renumber workspaces in every groups so that they are in
# numerical order, similar to tmux's `renumber-windows` option.
renumber_workspaces = false
[workspace_moves]
# If a workspace is moved to another group which already has a workspace with
# the same number, use the next available number instead of failing.
use_next_available_number = false
[icons]
# If true, show window icons in the workspace name.
enable = false
# By default, icons are only shown for workspaces in the active group. If you
# set this to true, icons will be shown for all the workspaces.
enable_all_groups = false
# Delimiter for multiple icons.
delimiter = ''
# Prefix and suffix to add the the shown icons. Useful for adding spaces in
# fonts that cause icons to overlap with nearby characters.
prefix = ''
suffix = ''
# Minimum number of duplicate icons in a workspace for them to show as Nx<icon>
min_duplicates_count = 3
# The icon used when no rule matches. Set to the empty string to disable showing
# any icon when no rule matches.
default_icon = ''
# If true and none of the rules in the config match the window, will try a set
# of fallback rules before finally falling back to the default icon.
try_fallback_rules = true
# Other relevant glyphs:
#
# 樓
#
# 墳 奄 奔 婢
#
#
#
#
[[icons.rules]]
property = 'class'
match = 'kitty|Termite|URxvtc?'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Chromium|Chrome'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Firefox'
icon = ''
[[icons.rules]]
property = 'class'
match = 'copyq'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Ranger'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Rofi'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Pqiv'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Pinta'
icon = ''
[[icons.rules]]
property = 'class'
match = '[Mm]pv'
icon = ''
[[icons.rules]]
property = 'class'
match = '[Vv]lc'
icon = '嗢'
[[icons.rules]]
property = 'class'
match = '[Ll]ibreoffice-writer'
icon = ''
[[icons.rules]]
property = 'class'
match = '[Ll]ibreoffice-calc'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Peek'
icon = ''
[[icons.rules]]
property = 'class'
match = 'ipython'
icon = ''
[[icons.rules]]
property = 'class'
match = 'python'
icon = ''
[[icons.rules]]
property = 'class'
match = 'jupyter-qtconsole'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Gvim'
icon = ''
[[icons.rules]]
property = 'class'
match = 'settings'
icon = ''
[[icons.rules]]
property = 'class'
match = 'slack'
icon = '聆'
[[icons.rules]]
property = 'class'
match = 'Zathura'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Telegram'
icon = ''
[[icons.rules]]
property = 'class'
match = 'Pavucontrol'
icon = '墳'