From 546f7d2518a86d43c9591e1e056cdf0f98c5f40a Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 23 Aug 2022 17:26:44 +1200 Subject: Rice gaps in config and fixed gap calculations --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h') 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 -- cgit v1.2.3