summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-08-23 13:14:27 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-08-23 13:14:27 +1200
commitd8ed99af5deb48ed8280d8dcb5457a401d074a2d (patch)
treefbeca9d81c7d41887f6afccc8bb62c5f42028d71 /config.h
parent3cb6b1583417c47c72e542604a8636d3410067fe (diff)
downloadYATwm-d8ed99af5deb48ed8280d8dcb5457a401d074a2d.tar.gz
YATwm-d8ed99af5deb48ed8280d8dcb5457a401d074a2d.zip
More config options and slightly better docs.
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;