]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index d36070e0908a9b645e1ccfc33961df5d679d714b..42cac6ce1bec888af1a7c0de86e83c9b003559c4 100644 (file)
@@ -87,6 +87,13 @@ if which dunst 2>&1; then
     dunst &
 fi
 
+# Start the compositor
+if which compton >/dev/null 2>&1; then
+    #compton --backend xrender --daemon
+    # FIXME: Compton 5.1 abort(3)'s when --daemon is used.
+    compton --backend xrender &
+fi
+
 # Start the window manager
 echo ".xinitrc is going to exec window manager..."
 if which quartz-wm 2>&1 >/dev/null; then