From af3485a5de59d78fe7b2cabfc99e7b4ed006d72a Mon Sep 17 00:00:00 2001 From: celso Date: Mon, 17 Jul 2023 19:25:40 -0300 Subject: [PATCH] changed MODKEY from alt to meta --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 06defcf..b3d5d75 100644 --- a/config.def.h +++ b/config.def.h @@ -48,7 +48,7 @@ static const Layout layouts[] = { }; /* key definitions */ -#define MODKEY Mod1Mask +#define MODKEY Mod4Mask #define TAGKEYS(KEY,TAG) \ { MODKEY, KEY, view, {.ui = 1 << TAG} }, \ { MODKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, \