diff options
author | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-02-04 19:06:29 +0400 |
---|---|---|
committer | Revaz Nakhutsrishvili <r@revaz.xyz> | 2025-02-04 19:06:29 +0400 |
commit | eb4f0bdd33400fc5c7f124fe8c64a3582c8076f9 (patch) | |
tree | d03523bb040edf1ba1379687bd33f37e369bab49 /config.h | |
parent | bc7dd5d71ab137e030ff8d126e211f3bf29b6ce8 (diff) |
Change MODKEY from ALT to SUPER
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} }, \ |