-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyprland-autoname-workspaces
84 lines (68 loc) · 1.63 KB
/
hyprland-autoname-workspaces
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
version = "1.1.7"
[class]
DEFAULT = " "
"(?i)spotify" = ""
"(?i)lutris" = ""
"[Ff]irefox" = ""
"(?i)Kitty" = ""
"(?i)heroic" = ""
"(?i)waydroid.*" = "droid"
"(?i)thunar" = ""
"(?i)com.obsproject.Studio" = ""
"(?i)gnome-boxes" = ""
"(?i)web(?i)cord" = ""
"(?i)com.usebottles.bottles" = ""
"(?i)steam" = ""
"(?i)whatsapp-*" = ""
"(?i)seahorse" = ""
code-oss = ""
[class_active]
DEFAULT = "<span color='#eebebe'>{icon}</span>"
[initial_class]
DEFAULT = "{class}"
[initial_class_active]
DEFAULT = "<span color='#eebebe'>{class}</span>"
[workspaces_name]
1 = "one"
10 = "ten"
0 = "zero"
5 = "five"
9 = "nine"
8 = "eight"
2 = "two"
7 = "seven"
6 = "six"
4 = "four"
3 = "three"
[title_in_class."(?i)firefox"]
"(?i)mozilla firefox private browsing" = ""
[title_in_class."(?i)kitty"]
"(?i)neomutt" = "neomutt"
"(?i)vim" = ""
"(?i)tig" = ""
"(?i)git" = ""
[title_in_class_active."(?i)firefox"]
[title_in_initial_class]
[title_in_initial_class_active]
[initial_title_in_class]
[initial_title_in_class_active]
[initial_title_in_initial_class]
[initial_title_in_initial_class_active]
[exclude]
"" = "^$"
"(?i)TestApp" = ""
"[Ss]team" = "^$"
"(?i)fcitx" = ".*"
aProgram = "^$"
[format]
dedup = true
dedup_inactive_fullscreen = false
delim = " "
workspace = "{id}:<span color='white'>{delim}{clients}</span>"
workspace_empty = "{id}"
client = "{icon}{delim}"
client_fullscreen = "[{icon}]"
client_active = "<span color='#eebebe'>{icon}</span>"
client_dup = "{client}{counter_sup}"
client_dup_active = "*{icon}*{delim}{icon}{counter_unfocused}"
client_dup_fullscreen = "[{icon}]{delim}{icon}{counter_unfocused}"