X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_xinitrc;h=ab416d0e085edffb38ffb846dedc3c7720039f29;hb=HEAD;hp=42cac6ce1bec888af1a7c0de86e83c9b003559c4;hpb=934be458ce8f90e0830a8e15268ad620efb1d2db;p=sugar.git diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 42cac6c..ab416d0 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -87,11 +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 --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 + # Fluxbox seems to have problems without this sleep... + sleep 0.5 || sleep 1 fi # Start the window manager