diff options
| author | Josh Rahm <rahm@google.com> | 2020-02-10 10:15:30 -0700 |
|---|---|---|
| committer | Josh Rahm <rahm@google.com> | 2020-02-10 10:15:30 -0700 |
| commit | 0ba7e689c608f026bdc2088608161cfcd1ce10be (patch) | |
| tree | 19c636d11974c7be7f9d583948caa22745e67d36 /startup | |
| parent | e759cd4407d1da948444a7f298f93310680f06c9 (diff) | |
| download | rde-0ba7e689c608f026bdc2088608161cfcd1ce10be.tar.gz rde-0ba7e689c608f026bdc2088608161cfcd1ce10be.tar.bz2 rde-0ba7e689c608f026bdc2088608161cfcd1ce10be.zip | |
Fix xscreensaver nosplash and add 1px focused border color
Diffstat (limited to 'startup')
| -rwxr-xr-x | startup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |