From 5262f00c490428661fea3127d9b8daac30e8d2f3 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 2087781..301c4bd 100644 --- a/config.def.h +++ b/config.def.h @@ -49,7 +49,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} }, \