summaryrefslogtreecommitdiff
path: root/dwm-6.2/autostart.h
blob: 4aaadee3e9166c3ab2203faa187bb848d18f4546 (plain)
1
2
3
4
5
6
7
8
static const char *const autostart[] = {
	"fehbg",        NULL,
	"dmenu_run && killall dmenu", NULL,
	"dwmblocks", NULL,
	"picom_run",  NULL,
	"dunst",     NULL,
	NULL /* terminate */
};