From 89ea6276f5a62cd53d4f145633b0f8a3a74a26b6 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 6 Nov 2022 20:33:40 -0700 Subject: added hide vacant tags patch --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 2489c4b..352af79 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "!", "@", "#", "$", "%" }; +static const char *tags[] = { "!", "@", "#", "$", "%", "^", "*", "(" }; static const Rule rules[] = { /* xprop(1): @@ -62,7 +62,7 @@ static const Layout layouts[] = { /* key definitions */ // Mod4Mask is super // Mod1Mask is alt/meta -#define MODKEY Mod4Mask +#define MODKEY Mod1Mask #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \ -- cgit v1.2.3