diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:25:21 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2022-09-13 14:25:21 +1200 |
| commit | 598f8cc9e8d7acc2adb1671adc591c3ad7008712 (patch) | |
| tree | 0992f98f9f2b9196bb8b0a9d1e13a78ec63ed96b /config.h | |
| parent | 8cea9df3b45e16ee122e899c08dccfc58a60f17c (diff) | |
| download | YATwm-598f8cc9e8d7acc2adb1671adc591c3ad7008712.tar.gz YATwm-598f8cc9e8d7acc2adb1671adc591c3ad7008712.zip | |
Log file variable
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
