diff --git a/config.h b/config.h index 1c0b587..825bdb2 100644 --- a/config.h +++ b/config.h @@ -44,7 +44,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} }, \