add floatrule for dragon
Build/Publish XBPS / build-and-publish (push) Successful in 9s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 9s
Details
This commit is contained in:
parent
abb030933c
commit
44156ba49f
1
config.h
1
config.h
|
@ -141,6 +141,7 @@ static const Rule rules[] = {
|
|||
RULE(.wintype = WTYPE "TOOLBAR", .isfloating = 1)
|
||||
RULE(.wintype = WTYPE "SPLASH", .isfloating = 1)
|
||||
RULE(.role = "pop-up", .isfloating = 1)
|
||||
RULE(.class = "Dragon-drop", .isfloating = 1, .iscentered = 1)
|
||||
RULE(.class = "St", .isfloating = 0)
|
||||
RULE(.class = "mpv", .isfloating = 0)
|
||||
RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0)
|
||||
|
|
Loading…
Reference in New Issue