Added window rules for vivaldi, vesktop, nemo and others

This commit is contained in:
ganome 2025-03-15 23:08:27 -06:00
parent 98a7c8a544
commit 4c338c6849
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -174,8 +174,11 @@ static const Rule rules[] = {
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Gimp", .tags = 1 << 4)
RULE(.class = "Gimp", .tags = 1 << 3)
RULE(.class = "Vivaldi-stable", .tags = 1 << 2)
RULE(.class = "Nemo", .tags = 1 << 6)
RULE(.class = "quassel", .tags = 1 << 8)
RULE(.class = "vesktop", .tags = 1 << 3, .monitor = 1)
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1)
};