aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2020-02-07 16:32:38 -0700
committerJosh Rahm <rahm@google.com>2020-02-07 16:32:38 -0700
commite759cd4407d1da948444a7f298f93310680f06c9 (patch)
treeb8593d0ba98bb3725bbb33b7a88165e4362dbc54
parent23dfddad5fdf53e8da332ce9730afb7f11e7c21b (diff)
downloadrde-e759cd4407d1da948444a7f298f93310680f06c9.tar.gz
rde-e759cd4407d1da948444a7f298f93310680f06c9.tar.bz2
rde-e759cd4407d1da948444a7f298f93310680f06c9.zip
Add --no-splash to xscreensaver
-rwxr-xr-xstartup2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup b/startup
index d2272e9..970f41f 100755
--- a/startup
+++ b/startup
@@ -10,7 +10,7 @@ feh --bg-scale "$HOME/.xmonad/wallpaper.jpg"
xset r rate 200 60
# Run the screensaver so I can lock it.
-nohup xscreensaver & > /dev/null
+nohup xscreensaver --no-splash & > /dev/null
# Run a compositer to make things a little prettier.