diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-08-29 20:44:10 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-08-29 20:44:10 +1200 |
| commit | 69771678b03966c4919c01ef786a9bb677ad0f0d (patch) | |
| tree | 492fd0370a100e0a78ad3bf9d29593a1793e09d1 /config.h | |
| parent | 5715a9adcde69b5a7a87756b44ee69ee40f9c508 (diff) | |
| download | YATwm-69771678b03966c4919c01ef786a9bb677ad0f0d.tar.gz YATwm-69771678b03966c4919c01ef786a9bb677ad0f0d.zip | |
Added some EWMH support
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,13 +5,15 @@ #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; int outerGaps = 30; +//WS config int numWS = 5; +std::string workspaceNames[] = {"1: d", "2: s", "3: g", "4: c", "5: r"}; //Keys //The types and perhaps functions likely to be moved to seperate header file later |
