summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index dcce4fd..72be653 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,7 @@ std::string startup[] = {"picom -fD 3", "feh --bg-scale /usr/share/backgrounds/v
//Main config
int gaps = 3;
int outerGaps = 3;
+std::string logFile = "/tmp/yatlog";
//WS config
const int numWS = 10;