summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-31 21:25:34 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-31 21:25:34 +1200
commitb5f392751a3c1fca04b621da28261b076044e0f7 (patch)
tree9982e2ecae9952cd3fd24f9746c3da6a3311fcd5
parent6f757a0916baa7a1c8009e0219e7e2a9732983cc (diff)
downloadYATwm-b5f392751a3c1fca04b621da28261b076044e0f7.tar.gz
YATwm-b5f392751a3c1fca04b621da28261b076044e0f7.zip
Removed ridiculous gaps - they look good but aren't very usable
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
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) \