diff options
| -rw-r--r-- | config.h (renamed from config.def.h) | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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} }, \  |