summaryrefslogtreecommitdiff
path: root/scripts/xdg-utils-common.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xdg-utils-common.in')
-rw-r--r--scripts/xdg-utils-common.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/xdg-utils-common.in b/scripts/xdg-utils-common.in
index 05fa06d..a618900 100644
--- a/scripts/xdg-utils-common.in
+++ b/scripts/xdg-utils-common.in
@@ -291,6 +291,9 @@ detectDE()
LXDE)
DE=lxde;
;;
+ LXQt)
+ DE=lxqt;
+ ;;
MATE)
DE=mate;
;;
@@ -312,6 +315,7 @@ detectDE()
elif xprop -root _DT_SAVE_MODE 2> /dev/null | grep ' = \"xfce4\"$' >/dev/null 2>&1; then DE=xfce;
elif xprop -root 2> /dev/null | grep -i '^xfce_desktop_window' >/dev/null 2>&1; then DE=xfce
elif echo $DESKTOP | grep -q '^Enlightenment'; then DE=enlightenment;
+ elif [ x"$LXQT_SESSION_CONFIG" != x"" ]; then DE=lxqt;
fi
fi