Added window rules for vivaldi, vesktop, nemo and others
This commit is contained in:
parent
98a7c8a544
commit
4c338c6849
@ -174,8 +174,11 @@ static const Rule rules[] = {
|
|||||||
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
|
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
|
||||||
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
|
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
|
||||||
RULE(.wintype = WTYPE "SPLASH", .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 = "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)
|
RULE(.instance = "spterm", .scratchkey = 's', .isfloating = 1)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user