diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-23 13:14:27 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-23 13:14:27 +1200 |
| commit | d8ed99af5deb48ed8280d8dcb5457a401d074a2d (patch) | |
| tree | fbeca9d81c7d41887f6afccc8bb62c5f42028d71 /config.h | |
| parent | 3cb6b1583417c47c72e542604a8636d3410067fe (diff) | |
| download | YATwm-d8ed99af5deb48ed8280d8dcb5457a401d074a2d.tar.gz YATwm-d8ed99af5deb48ed8280d8dcb5457a401d074a2d.zip | |
More config options and slightly better docs.
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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; |
