From 69771678b03966c4919c01ef786a9bb677ad0f0d Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Mon, 29 Aug 2022 20:44:10 +1200 Subject: Added some EWMH support --- config.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index d646b69..694d96a 100644 --- a/config.h +++ b/config.h @@ -5,13 +5,15 @@ #include //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 -- cgit v1.2.3