aboutsummaryrefslogtreecommitdiff
path: root/system/xsessionrc.symlink
diff options
context:
space:
mode:
authorCamil Staps2015-11-23 20:49:49 +0100
committerCamil Staps2016-11-30 19:11:06 +0100
commit1d0077545aa345e1ea41a38c6c53ac0d3e6e16d2 (patch)
tree6ecfdbd823bb59d2edb22813c13f2c0cb5ab355e /system/xsessionrc.symlink
parentbin directory fix; profile; xinitrc (diff)
various minor changes
Diffstat (limited to 'system/xsessionrc.symlink')
-rw-r--r--system/xsessionrc.symlink4
1 files changed, 3 insertions, 1 deletions
diff --git a/system/xsessionrc.symlink b/system/xsessionrc.symlink
index 4aab05e..d4df5f7 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.jpg ]; then feh --bg-max ~/.bg.jpg; fi
# GPG agent
envfile="$HOME/.gnupg/gpg-agent.env"
@@ -20,6 +20,8 @@ fi
export GPG_AGENT_INFO # the env file does not contain the export statement
export SSH_AUTH_SOCK # enable gpg-agent for ssh
+xrdb ~/.Xresources
+
# WM
exec /etc/alternatives/x-window-manager