diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-29 10:49:50 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-29 10:49:50 +1200 |
| commit | 1159d5a29101522503ee198215b9d624449f4e49 (patch) | |
| tree | 2fa8e2880eaea208e813e35f79e5fd9a95795faf /config.h | |
| parent | b4eba3e98ed58f1dbfe454d702653e6caefc9635 (diff) | |
| download | YATwm-1159d5a29101522503ee198215b9d624449f4e49.tar.gz YATwm-1159d5a29101522503ee198215b9d624449f4e49.zip | |
Wooo beginings of EWMH - docks are excluded from tilinga
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"}; +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; |
