diff options
Diffstat (limited to 'compiz-decorator')
-rwxr-xr-x | compiz-decorator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiz-decorator b/compiz-decorator index 2d7ff9c..84a0c46 100755 --- a/compiz-decorator +++ b/compiz-decorator @@ -31,7 +31,7 @@ USE_EMERALD="no" DECORATOR="" #Do not leave users without decoration if decorator fails -if [ $DESKTOP_SESSION == "kde" ]; then +if [ "$DESKTOP_SESSION" == "kde" ]; then FALLBACKWM="${KWIN}" else FALLBACKWM="${METACITY}" |