diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 21:25:34 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-31 21:25:34 +1200 |
| commit | b5f392751a3c1fca04b621da28261b076044e0f7 (patch) | |
| tree | 9982e2ecae9952cd3fd24f9746c3da6a3311fcd5 | |
| parent | 6f757a0916baa7a1c8009e0219e7e2a9732983cc (diff) | |
| download | YATwm-b5f392751a3c1fca04b621da28261b076044e0f7.tar.gz YATwm-b5f392751a3c1fca04b621da28261b076044e0f7.zip | |
Removed ridiculous gaps - they look good but aren't very usable
| -rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) \ |
