From 0ba7e689c608f026bdc2088608161cfcd1ce10be Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Mon, 10 Feb 2020 10:15:30 -0700 Subject: Fix xscreensaver nosplash and add 1px focused border color --- startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startup') diff --git a/startup b/startup index 970f41f..f44bd4b 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 --no-splash & > /dev/null +nohup xscreensaver -no-splash & > /dev/null # Run a compositer to make things a little prettier. -- cgit