summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <craigmartinjennings@gmail.com>2022-07-17 12:56:01 -0500
committerCraig Jennings <craigmartinjennings@gmail.com>2022-07-17 12:56:01 -0500
commit05c3cdb1cf24b2d420f8fe7136aa24787296ec08 (patch)
treea46247585c364c1a88ee114a0c966360667cfed1
parentea8349fac24cf15ea4eba6e1a04951234f9e8b50 (diff)
adding xscreensaver and nitrogen to running apps
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 868905f..f31dcd5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -74,6 +74,8 @@ static Sp scratchpads[] = {
static const char *const autostart[] = {
"sh", "-c", "while true; do dwmstatus; sleep 20s; done", NULL,
+ "xscreensaver","--no-splash", NULL,
+ "nitrogen", "--restore", NULL,
"mpd", NULL,
"unclutter", NULL,
"dunst", NULL,