From 078bcaaf9a33eb176ff3b4b883ad4c567aaea476 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 15 Aug 2021 22:11:44 -0500 Subject: adding back in monitor check, reorganizing list --- config.def.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index d5eedeb..37a5bfe 100644 --- a/config.def.h +++ b/config.def.h @@ -43,12 +43,12 @@ static Sp scratchpads[] = { }; static const char *const autostart[] = { + "sh", "-c", "monitor", NULL, "sh", "-c", "while true; do dwmstatus; sleep 20s; done", NULL, - "sh", "-c", "monitor", NULL, - "dunst", NULL, "picom", NULL, - "nitrogen" "--restore", NULL, + "mpd", NULL, "sxhkd", NULL, + "nitrogen", "--restore", NULL, NULL /* terminate */ }; -- cgit v1.2.3