From 3d6fef620272864bb619fdf7181a467945c9c237 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 14 Nov 2021 17:43:32 +0530 Subject: made metakey the modkey --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9efa774..4412cb1 100644 --- a/config.def.h +++ b/config.def.h @@ -45,7 +45,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} }, \ -- cgit v1.2.3