diff options
author | Camil Staps | 2016-02-10 18:49:33 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | ea50d25f23da2a63544062329a6c031521f966c5 (patch) | |
tree | ee554bd3bdc358ac27b5b44e33e62e43a9617a1c | |
parent | Don't type passwords, so annoying (diff) |
white background
-rw-r--r-- | system/xsessionrc.symlink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xsessionrc.symlink b/system/xsessionrc.symlink index 6e714b4..abd5bfe 100644 --- a/system/xsessionrc.symlink +++ b/system/xsessionrc.symlink @@ -8,7 +8,7 @@ export DE='gnome' nohup gnome-settings-daemon -r & >/dev/null # Background image -if [ -f ~/.bg.jpg ]; then feh --bg-max ~/.bg.jpg; fi +if [ -f ~/.bg.png ]; then feh -B white --bg-max ~/.bg.png; fi # GPG agent envfile="$HOME/.gnupg/gpg-agent.env" |