diff --git a/compiz-mate-gtk b/compiz-mate-gtk index d5ed5b2..c4135ee 100755 --- a/compiz-mate-gtk +++ b/compiz-mate-gtk @@ -6,7 +6,7 @@ echo "$theme" function runCompiz() { gtk-window-decorator --replace --marco-theme "$theme" & - exec compiz --replace --sm-disable --ignore-desktop-hints ccp $@ + exec compiz --replace ccp $@ } ISSW=`glxinfo | grep "Software Rasterizer" -c`