From baddb891d1d9b62249282ac48640af85162fe00d Mon Sep 17 00:00:00 2001 From: hellisabove Date: Tue, 24 Aug 2021 19:20:48 +0300 Subject: [PATCH] Changed the MODKEY from alt to the windows key --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ecaf0f5..e746a62 100644 --- a/config.h +++ b/config.h @@ -56,7 +56,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} }, \