]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index 42cac6ce1bec888af1a7c0de86e83c9b003559c4..d0011794f984b2f787aa2e7a4df06077e858291e 100644 (file)
@@ -87,11 +87,16 @@ 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 --backend xrender --daemon
-    # FIXME: Compton 5.1 abort(3)'s when --daemon is used.
-    compton --backend xrender &
+if which picom >/dev/null 2>&1; then
+    picom --backend xrender --daemon
 fi
 
 # Start the window manager