From c4d772b0e1db8c0e2b8a9dea8f2b55bc08148071 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 31 Aug 2022 22:27:15 +1200 Subject: Changed modifier key --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index fa81097..7b72a8c 100644 --- a/config.h +++ b/config.h @@ -59,7 +59,7 @@ const char* qutebrowser[] = {"qutebrowser", NULL}; const char* i3lock[] = {"i3lock", "-eti", "/usr/share/backgrounds/lockscreen.png", NULL}; const char* suspend[] = {"systemctl", "suspend", NULL}; -#define MOD Mod1Mask +#define MOD Mod4Mask #define SHIFT ShiftMask #define WSKEY(K, X) \ -- cgit v1.2.3