X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_xinitrc;h=7b194845e60d8eaf9a585fb9d6b66b608c89112b;hp=42cac6ce1bec888af1a7c0de86e83c9b003559c4;hb=ef4d9b7a8057f77045a07d2ad24d7aa5f4930deb;hpb=7c83b9a1767cb610884ead1d6f37e506918661bb diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 42cac6c..7b19484 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 +if which picom >/dev/null 2>&1; then + #picom --backend xrender --daemon # FIXME: Compton 5.1 abort(3)'s when --daemon is used. - compton --backend xrender & + picom --backend xrender & fi # Start the window manager