X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=696230a455b997b61d9a7d669e767c85ac7a51bf;hb=162e2229a9fec492d8c7dcfaa11f66dd3bc2930c;hp=e10c6e2985fa590af616ef4616d67fb2520726b2;hpb=ee50d987d926c57698e26894f645b7012566f88a;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index e10c6e2..696230a 100755 --- a/xinitrc +++ b/xinitrc @@ -21,10 +21,17 @@ # Some systems don't set the LANG environment variable when starting xinitrc, # this causes problems for rxvt-unicode-256color which fails to display UTF-8 # characters correctly when LANG is missing and for notify.py which also needs -# LANG set (for Python's decode() function). Therefore set it here, might be -# overwritten by shell setup scripts. -LANG=en_US.UTF-8 -export LANG +# LANG set (for Python's decode() function). Therefore load my general shell +# environment which also includes $LANG. +if test -f "$HOME/.shell/env"; then + # Debug function used in ~/.shell/env. + source_debug() { + # Do nothing. + : + } + + . "$HOME/.shell/env" +fi installed() { @@ -79,11 +86,11 @@ fi # Set color temperature of display according to time of day. if installed redshift; then - redshift -l 49.9:10.9 -t 5500:4500 & + redshift -l 49.9:10.9 -t 5500:4500 >/dev/null & fi -# XMonad doesn't start a shell on its own, start one when I login. +# XMonad doesn't start a terminal emulator on its own, start one when I login. (urxvt || rxvt || xterm) & # Start window manager.