update compiz-mate-gtk script

This commit is contained in:
raveit 2013-05-26 15:15:53 +02:00
parent d4ff9e5452
commit 0363df98ed
1 changed files with 1 additions and 1 deletions

View File

@ -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`