X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_xinitrc;h=ffaccdbc45090e0f113f8227542cd28e54d9aaa4;hb=176019f33f06ef45e85357dcd72a1b81a9c5a82d;hp=d36070e0908a9b645e1ccfc33961df5d679d714b;hpb=08fc90b1abfbe6813b2b5f70343110e40144d71a;p=sugar.git diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index d36070e..ffaccdb 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -87,6 +87,11 @@ if which dunst 2>&1; then dunst & fi +# Start the compositor +if which compton >/dev/null 2>&1; then + compton --daemon +fi + # Start the window manager echo ".xinitrc is going to exec window manager..." if which quartz-wm 2>&1 >/dev/null; then