dwm-noxz

[fork] suckless dwm - personal fork
git clone https://noxz.tech/git/dwm-noxz.git
Log | Files | README | LICENSE

commit: 70808cea0a10524f6d298a8e664e32cc4644126d
parent: 534527d119c3092fce4d7ee949331f1e2ec8f234
author: Chris Noxz <chris@noxz.tech>
date:   Thu, 12 Nov 2020 14:23:03 +0100
remove client specific rules
Mconfig.def.h5+----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -44,15 +44,12 @@ static char colors[][4][8]         = {
 /* tagging */
 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
 
-static const Rule rules[] = {
+static const Rule rules[] = { NULL
 	/* xprop(1):
 	 * WM_CLASS(STRING) = instance, class
 	 * WM_NAME(STRING) = title
 	 */
 	/* class            instance    title   tags mask   isfloating   monitor */
-	{ "Gimp",           NULL,       NULL,   0,          0,           -1 },
-	{ "tabbed",         "vimb",     NULL,   1 << 1,     0,           -1 },
-	{ "Brave-browser",  NULL,       NULL,   1 << 1,     0,           -1 },
 };
 
 /* layout(s) */