We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99b5ec commit 9cf9a81Copy full SHA for 9cf9a81
izulu
@@ -451,6 +451,9 @@ getWPCommand() {
451
gsettings set org.gnome.desktop.background picture-options "stretched"
452
echo "gsettings set org.gnome.desktop.background picture-uri file://"
453
fi
454
+ elif [ x"$XDG_CURRENT_DESKTOP" = x"MATE" ];then
455
+ gsettings set org.mate.background picture-options "stretched"
456
+ echo "gsettings set org.mate.background picture-filename"
457
elif xprop -root _DT_SAVE_MODE | grep ' = \"xfce4\"$' >/dev/null 2>&1; then
458
echo "xfdesktop --reload"
459
elif command -v Esetroot > /dev/null; then
0 commit comments