diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-30 00:05:35 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-30 00:05:35 +1200 |
| commit | 3cac5d316811ecf081b54a437607bca2d4b2a68b (patch) | |
| tree | d42259b15b08a8cd6ce3a03455530cf78aa4b402 /config.h | |
| parent | 69771678b03966c4919c01ef786a9bb677ad0f0d (diff) | |
| download | YATwm-3cac5d316811ecf081b54a437607bca2d4b2a68b.tar.gz YATwm-3cac5d316811ecf081b54a437607bca2d4b2a68b.zip | |
More EWMH stuff
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ #include <string> //Startup -std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/vapor_trails_blue.png"};//, "~/.config/polybar/launch.sh"}; +std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/vapor_trails_blue.png", "~/.config/polybar/launch.sh"}; //Main config int gaps = 10; |
