aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2016-02-10 18:49:33 +0100
committerCamil Staps2016-11-30 19:11:07 +0100
commitea50d25f23da2a63544062329a6c031521f966c5 (patch)
treeee554bd3bdc358ac27b5b44e33e62e43a9617a1c /system
parentDon't type passwords, so annoying (diff)
white background
Diffstat (limited to 'system')
-rw-r--r--system/xsessionrc.symlink2
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"