From ff01a94b1be269d4e39e7504d342026a8cf7312b Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Tue, 12 Jul 2022 20:51:27 -0500 Subject: [PATCH] last macpro configuration with dwm --- config.macpro.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.macpro.h b/config.macpro.h index 41cbd70..0cc890e 100644 --- a/config.macpro.h +++ b/config.macpro.h @@ -41,7 +41,7 @@ static const unsigned int alphas[][3] = { /* tagging */ //static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; -static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; +static const char *tags[] = { "", "", "" ,"", "", "", "", "", "" }; static const Rule rules[] = { /* xprop(1): @@ -50,7 +50,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Brave", NULL, NULL, 0<<1, 0, -1 }, + //{ "Brave", NULL, NULL, 0<<1, 0, -1 }, { "imagej", NULL, NULL, 0, 1, -1 }, { "eclipse", NULL, NULL, 1<<4, 1, -1 }, { "Arduino", NULL, NULL, 1<<4, 1, -1 },