add floatrule for dragon
Build/Publish XBPS / build-and-publish (push) Successful in 9s Details

This commit is contained in:
Luca Bilke 2024-05-15 17:57:25 +02:00
parent abb030933c
commit 44156ba49f
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ static const Rule rules[] = {
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(.role = "pop-up", .isfloating = 1) RULE(.role = "pop-up", .isfloating = 1)
RULE(.class = "Dragon-drop", .isfloating = 1, .iscentered = 1)
RULE(.class = "St", .isfloating = 0) RULE(.class = "St", .isfloating = 0)
RULE(.class = "mpv", .isfloating = 0) RULE(.class = "mpv", .isfloating = 0)
RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0) RULE(.class = "Ferdium", .monitor = 1, .tags = 1 << 0)