X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_xinitrc;h=d0011794f984b2f787aa2e7a4df06077e858291e;hb=bc48dba944138162de3f7b89f70fdc955c7ae2a4;hp=fe6473492751ff4f2c0ec4f5a0ac91e2ac88280e;hpb=8f0006b57b395fd873820e5ce6bc86997d1765e4;p=sugar.git diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index fe64734..d001179 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -83,11 +83,27 @@ 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 +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