]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index ffaccdbc45090e0f113f8227542cd28e54d9aaa4..ab416d0e085edffb38ffb846dedc3c7720039f29 100644 (file)
@@ -87,9 +87,18 @@ if which dunst 2>&1; then
     dunst &
 fi
 
+if which xbanish 2>&1; then
+    xbanish &
+
+elif which unclutter 2>&1; then
+    unclutter -jitter 5 &
+fi
+
 # Start the compositor
-if which compton >/dev/null 2>&1; then
-    compton --daemon
+if which picom >/dev/null 2>&1; then
+    picom --backend xrender --daemon
+    # Fluxbox seems to have problems without this sleep...
+    sleep 0.5 || sleep 1
 fi
 
 # Start the window manager