From 44156ba49fac3f6a4bba6f459e5423536f8c258c Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Wed, 15 May 2024 17:57:25 +0200 Subject: [PATCH] add floatrule for dragon --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 872dcdc..58a9790 100644 --- a/config.h +++ b/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)