summaryrefslogtreecommitdiff
path: root/dwm-6.2/autostart.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-07-01 11:49:46 -0500
committerstkhan <personal@slickd.xyz>2021-07-01 11:49:46 -0500
commit5c74c64ba0f282341f806fda68475fa6a486bb17 (patch)
tree5e7ad43e311a799f9a1e2bf40477bd0964c4c3ad /dwm-6.2/autostart.h
parentfb51e1d6d3a4296719121992ac341ee2845cec24 (diff)
Added alpha for dwm bar
Diffstat (limited to 'dwm-6.2/autostart.h')
-rw-r--r--dwm-6.2/autostart.h8
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 */
+};