From 5c74c64ba0f282341f806fda68475fa6a486bb17 Mon Sep 17 00:00:00 2001 From: stkhan Date: Thu, 1 Jul 2021 11:49:46 -0500 Subject: Added alpha for dwm bar --- dwm-6.2/autostart.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dwm-6.2/autostart.h (limited to 'dwm-6.2/autostart.h') 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 */ +}; -- cgit v1.2.3