]> git.armaanb.net Git - dwm.git/blobdiff - config.h
Apply cool-autostart patch
[dwm.git] / config.h
index 493ab8d7d840d72b256d65074cb20993e54510ae..97cf4b0300717c48e3720be0d948d6fd60095e20 100644 (file)
--- a/config.h
+++ b/config.h
@@ -142,3 +142,12 @@ static Button buttons[] = {
        { ClkTagBar,            MODKEY,         Button3,        toggletag,      {0} },
 };
 
+static const char *const autostart[] = {
+       "dwmblocks", NULL,
+       "xmodmap", "/home/armaa/.config/xmodmap", NULL,
+       "xcape", NULL,
+       "redshift", "-l", "42.4:-71.3", "-t", "6500:2500", NULL,
+       "emacs", "--daemon", NULL,
+       "syncthing", NULL,
+       NULL /* terminate */
+};