aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorCamil Staps2016-03-21 12:13:18 +0100
committerCamil Staps2016-11-30 19:11:08 +0100
commitbb5f66119486d5efa0d5b615e6df4b5257d3ee19 (patch)
tree3eeb8dd4693d2f10ace1b7939e79c02f14a84bf3 /system
parentVerse in bashrc (diff)
Moved background logic to bin.local
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 abd5bfe..a7578e2 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.png ]; then feh -B white --bg-max ~/.bg.png; fi
+setbg
# GPG agent
envfile="$HOME/.gnupg/gpg-agent.env"