From 19ab95da81cfcaecd924a8a5bbf1e551bb878ae9 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Wed, 24 Jun 2020 00:07:33 +0200 Subject: [PATCH] change default MODKEY to Mod4Mask i.e. super --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c09e9a3..8347e07 100644 --- a/config.def.h +++ b/config.def.h @@ -43,7 +43,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} }, \