From b5f392751a3c1fca04b621da28261b076044e0f7 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 31 Aug 2022 21:25:34 +1200 Subject: Removed ridiculous gaps - they look good but aren't very usable --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 91f5260..fa81097 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,8 @@ std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/vapor_trails_blue.png", "~/.config/polybar/launch.sh"}; //Main config -int gaps = 10; -int outerGaps = 30; +int gaps = 3; +int outerGaps = 3; //WS config const int numWS = 10; @@ -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 Mod4Mask +#define MOD Mod1Mask #define SHIFT ShiftMask #define WSKEY(K, X) \ -- cgit v1.2.3