X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xinitrc;h=8a649a144ec5865b6d445e86d6a984ce498d6b5b;hb=b8aeb26b122396eb294e39daba2ed7bad6cc33b8;hp=c4dd1c207c902d4b8945f4440849e47fdde888e2;hpb=6075dcef09a8871939dafbc29476bef2ed28c7a1;p=config%2Fdotfiles.git diff --git a/xinitrc b/xinitrc index c4dd1c2..8a649a1 100755 --- a/xinitrc +++ b/xinitrc @@ -24,12 +24,6 @@ # 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 @@ -151,6 +145,9 @@ fi # of urxvt. if installed compton; then compton & +# xcompmgr as fallback. +elif installed xcompmgr; then + xcompmgr & fi