From abccaa73e4359b99b88731a694228f5c618e0c48 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Fri, 8 Aug 2025 13:57:12 -0500 Subject: Use super not alt --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index a1cda98..2704df1 100644 --- a/config.h +++ b/config.h @@ -124,7 +124,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