summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 55128bb..f7cd70e 100644
--- a/config.h
+++ b/config.h
@@ -6,8 +6,8 @@
std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/vapor_trails_blue.png"};
//Main config
-int gaps = 3;
-int outerGaps = 3;
+int gaps = 10;
+int outerGaps = 30;
//Keys
//The types and perhaps functions likely to be moved to seperate header file later