[hackers] [dwm][PATCH] config.def.h: Add SDL_App to rules

From: Christos Margiolis <christos_AT_FreeBSD.org>
Date: Thu, 5 Dec 2024 19:53:58 +0100

These applications are almost always floating.
---
 config.def.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index 9efa774..024d9f3 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -28,6 +28,7 @@ static const Rule rules[] = {
 	 */
 	/* class      instance    title       tags mask     isfloating   monitor */
 	{ "Gimp",     NULL,       NULL,       0,            1,           -1 },
+	{ "SDL_App",  NULL,       NULL,       0,            1,           -1 },
 	{ "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 },
 };
 
-- 
2.47.1
Received on Thu Dec 05 2024 - 19:53:58 CET

This archive was generated by hypermail 2.3.0 : Thu Dec 05 2024 - 20:00:43 CET