]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_xinitrc
Auto commit by The Sugar System.
[sugar.git] / dot-files / _xinitrc
index fe6473492751ff4f2c0ec4f5a0ac91e2ac88280e..ab416d0e085edffb38ffb846dedc3c7720039f29 100644 (file)
@@ -83,11 +83,29 @@ elif which VBoxClient >/dev/null 2>&1; then
     VBoxClient --clipboard
 fi
 
+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
+    # Fluxbox seems to have problems without this sleep...
+    sleep 0.5 || sleep 1
+fi
+
 # Start the window manager
 echo ".xinitrc is going to exec window manager..."
-#if which quartz-wm 2>&1 >/dev/null; then
-#    quartz-wm --only-proxy &
-#fi
+if which quartz-wm 2>&1 >/dev/null; then
+    quartz-wm --only-proxy &
+fi
 if which fluxbox >/dev/null 2>&1; then
     exec fluxbox
 fi