diff options
Diffstat (limited to 'dwm-6.2/autostart.h')
| -rw-r--r-- | dwm-6.2/autostart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dwm-6.2/autostart.h b/dwm-6.2/autostart.h new file mode 100644 index 0000000..4aaadee --- /dev/null +++ b/dwm-6.2/autostart.h @@ -0,0 +1,8 @@ +static const char *const autostart[] = { + "fehbg", NULL, + "dmenu_run && killall dmenu", NULL, + "dwmblocks", NULL, + "picom_run", NULL, + "dunst", NULL, + NULL /* terminate */ +}; |