]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - xinitrc
also support xcompmgr as fallback for compton
[config/dotfiles.git] / xinitrc
diff --git a/xinitrc b/xinitrc
index c4dd1c207c902d4b8945f4440849e47fdde888e2..0f32482e01fd451b21774911b4717cb5c1779c82 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
@@ -151,6 +151,9 @@ fi
 # of urxvt.
 if installed compton; then
     compton &
+# xcompmgr as fallback.
+elif installed xcompmgr; then
+    xcompmgr &
 fi