summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBossCode45 <human.cyborg42@gmail.com>2022-09-01 09:12:06 +1200
committerBossCode45 <human.cyborg42@gmail.com>2022-09-01 09:12:06 +1200
commit0da6dba5b061a82f118e8471eca5a7f5d6d20d34 (patch)
treeb00b91fa4458d852a7491b2595d2c2d161837672
parentc4d772b0e1db8c0e2b8a9dea8f2b55bc08148071 (diff)
downloadYATwm-0da6dba5b061a82f118e8471eca5a7f5d6d20d34.tar.gz
YATwm-0da6dba5b061a82f118e8471eca5a7f5d6d20d34.zip
Emacs daemon in config startup
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7b72a8c..2ccab4c 100644
--- a/config.h
+++ b/config.h
@@ -5,7 +5,7 @@
#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", "emacs --daemon"};
//Main config
int gaps = 3;