]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index d36070e0908a9b645e1ccfc33961df5d679d714b..d0011794f984b2f787aa2e7a4df06077e858291e 100644 (file)
@@ -87,6 +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 picom >/dev/null 2>&1; then
+    picom --backend xrender --daemon
+fi
+
 # Start the window manager
 echo ".xinitrc is going to exec window manager..."
 if which quartz-wm 2>&1 >/dev/null; then