]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
herbstluftwm/autostart: fix timeout of notify()
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index c4dd1c207c902d4b8945f4440849e47fdde888e2..8a649a144ec5865b6d445e86d6a984ce498d6b5b 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
 # 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