Default example config should use .isfloating not .floating, could also use the FLOATING macro
This commit is contained in:
@ -328,10 +328,10 @@ static const Rule rules[] = {
|
||||
* WM_WINDOW_ROLE(STRING) = role
|
||||
* _NET_WM_WINDOW_TYPE(ATOM) = wintype
|
||||
*/
|
||||
RULE(.wintype = WTYPE "DIALOG", .floating = 1)
|
||||
RULE(.wintype = WTYPE "UTILITY", .floating = 1)
|
||||
RULE(.wintype = WTYPE "TOOLBAR", .floating = 1)
|
||||
RULE(.wintype = WTYPE "SPLASH", .floating = 1)
|
||||
RULE(.wintype = WTYPE "DIALOG", .isfloating = 1)
|
||||
RULE(.wintype = WTYPE "UTILITY", .fisloating = 1)
|
||||
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
|
||||
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
|
||||
RULE(.class = "Gimp", .tags = 1 << 4)
|
||||
RULE(.class = "Firefox", .tags = 1 << 7)
|
||||
#if SCRATCHPADS_PATCH
|
||||
|
Reference in New Issue
Block a user