Default example config should use .isfloating not .floating, could also use the FLOATING macro

This commit is contained in:
bakkeby 2020-06-15 16:28:13 +02:00
parent 87acda9bfd
commit 920c58421b

View File

@ -329,7 +329,7 @@ static const Rule rules[] = {
* _NET_WM_WINDOW_TYPE(ATOM) = wintype
*/
RULE(.wintype = WTYPE "DIALOG", .isfloating = 1)
RULE(.wintype = WTYPE "UTILITY", .fisloating = 1)
RULE(.wintype = WTYPE "UTILITY", .isfloating = 1)
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
RULE(.class = "Gimp", .tags = 1 << 4)