# Set default environment vars in Zorin OS Lite
if [ "$DESKTOP_SESSION" = zorin-os-lite ]; then
    # QT5 apps to use GTK style
    export QT_QPA_PLATFORMTHEME=gtk2
    # Workaround clutter issue (LP: #1462445)
    export CLUTTER_BACKEND=x11
fi
