summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index d646b69..694d96a 100644
--- a/config.h
+++ b/config.h
@@ -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