From 0363df98ed707dd7929a05108483fe1ff08ba945 Mon Sep 17 00:00:00 2001 From: raveit Date: Sun, 26 May 2013 15:15:53 +0200 Subject: [PATCH] update compiz-mate-gtk script --- compiz-mate-gtk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`