From 1d0077545aa345e1ea41a38c6c53ac0d3e6e16d2 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 23 Nov 2015 20:49:49 +0100 Subject: various minor changes --- system/Xresources.symlink | 2 ++ system/xsessionrc.symlink | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/Xresources.symlink b/system/Xresources.symlink index dc29b14..f7a671a 100644 --- a/system/Xresources.symlink +++ b/system/Xresources.symlink @@ -1,9 +1,11 @@ XTerm*faceName: DejaVu Sans Mono XTerm*faceSize: 10 XTerm*selectToClipboard: true +XTerm*dynamicColors: on UXTerm*faceName: DejaVu Sans Mono UXTerm*faceSize: 10 UXTerm*selectToClipboard: true +UXTerm*dynamicColors: on ! Solarized color scheme for the X Window System ! 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 -- cgit v1.2.3