summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-07-16 14:08:00 +0200
committerinfirit <[email protected]>2015-07-16 14:08:00 +0200
commit95da701d9e00c40826a18c73da94db7636b03b4d (patch)
tree5f2b1d1700e62885b221430e95f9563be79e011a /data
parent6becbf26e7862498f1755c4e92eb8d37328aebf5 (diff)
downloadmate-session-manager-95da701d9e00c40826a18c73da94db7636b03b4d.tar.bz2
mate-session-manager-95da701d9e00c40826a18c73da94db7636b03b4d.tar.xz
Use gsettings in mate-wm script
Diffstat (limited to 'data')
-rwxr-xr-xdata/mate-wm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mate-wm b/data/mate-wm
index c108e08..a0d6edc 100755
--- a/data/mate-wm
+++ b/data/mate-wm
@@ -42,7 +42,7 @@ done
# WINDOW_MANAGER overrides all
if [ -z "$WINDOW_MANAGER" ] ; then
- WINDOW_MANAGER=`mateconftool-2 --get /desktop/mate/session/required_components/windowmanager 2> /dev/null`
+ WINDOW_MANAGER=`gsettings get org.mate.session.required-components windowmanager 2> /dev/null`
fi
# Migrate compiz to compiz-manager if possible and needed