Compare commits

...

1 Commits

Author SHA1 Message Date
Sravan Balaji
d565b6360f Add window rule for anytype 2024-03-30 09:43:26 -04:00
2 changed files with 2 additions and 0 deletions

View File

@@ -4316,6 +4316,7 @@ static const Rule rules[] = {
RULE(.class = "Signal", .tags = 1 << 0)
RULE(.class = "discord", .tags = 1 << 0)
RULE(.class = "Logseq", .tags = 1 << 1)
RULE(.class = "anytype", .tags = 1 << 1)
RULE(.class = "pocket-casts-linux", .tags = 1 << 2)
RULE(.class = "Spotify", .tags = 1 << 3)
RULE(.class = "Vivaldi-stable", .tags = 1 << 4)

View File

@@ -478,6 +478,7 @@ static const Rule rules[] = {
RULE(.class = "Signal", .tags = 1 << 0)
RULE(.class = "discord", .tags = 1 << 0)
RULE(.class = "Logseq", .tags = 1 << 1)
RULE(.class = "anytype", .tags = 1 << 1)
RULE(.class = "pocket-casts-linux", .tags = 1 << 2)
RULE(.class = "Spotify", .tags = 1 << 3)
RULE(.class = "Vivaldi-stable", .tags = 1 << 4)