From 228a973572d8d7a269a1d270dae9a2aaada189eb Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Tue, 18 May 2021 16:01:35 +0200 Subject: [PATCH] changed modkey to MOD4 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 40b28f3..9194782 100644 --- a/config.def.h +++ b/config.def.h @@ -60,7 +60,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} }, \