summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h b/config.h
index 4fa6ee3..55128bb 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,16 @@
#include <X11/keysym.h>
+#include <vector>
+
+//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;