From 5f68f406041bca42601ad0c8cb518b1de0579fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 31 Mar 2025 13:09:38 +0200 Subject: config.h: Alacritty-float class for dropdown --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 461d873..9a9e535 100644 --- a/config.h +++ b/config.h @@ -36,6 +36,7 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { "Alacritty-float", NULL, NULL, 0, 1, -1 }, }; /* layout(s) */ -- cgit v1.2.3