summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <craigmartinjennings@gmail.com>2023-04-13 23:52:34 -0500
committerCraig Jennings <craigmartinjennings@gmail.com>2023-04-13 23:52:34 -0500
commit0991745706f37125c1f585fbc08f5fa61683d8bc (patch)
tree4e2c02d064197e51958b3dcc1b9167b871f8a308
parent307d65bca01878d0917a3e463614f63cd093e572 (diff)
removing unneeded starts
- will replace bash status updating with a more modular status bar - blueman applet doesn't translate to bsd or macos - nmapplet doesn't translate to bsd or macos
-rw-r--r--config.def.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/config.def.h b/config.def.h
index 1334a72..6005756 100644
--- a/config.def.h
+++ b/config.def.h
@@ -77,13 +77,9 @@ static Sp scratchpads[] = {
static const char *const autostart[] = {
"emacs", "--daemon", NULL,
- "sh", "-c", "while true; do dwmstatus; sleep 30s; done", NULL,
"nitrogen", "--restore", NULL,
- "mpd", NULL,
- "dunst", NULL,
+ "dunst", NULL,
"sxhkd", NULL,
- "blueman-applet", NULL,
- "nm-applet",NULL,
NULL /* terminate */
};