From d8ed99af5deb48ed8280d8dcb5457a401d074a2d Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 23 Aug 2022 13:14:27 +1200 Subject: More config options and slightly better docs. --- config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4fa6ee3..55128bb 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,16 @@ #include +#include + +//Startup +std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/vapor_trails_blue.png"}; + +//Main config +int gaps = 3; +int outerGaps = 3; + +//Keys +//The types and perhaps functions likely to be moved to seperate header file later typedef union { const char** str; -- cgit v1.2.3