summaryrefslogtreecommitdiff
path: root/dwm-6.2/autostart.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
committerstkhan <personal@slickd.xyz>2021-10-17 18:43:19 -0500
commit3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch)
tree9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /dwm-6.2/autostart.h
parentcc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff)
3.0
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 */
-};