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