# Set default environment vars in Ubuntu Studio
if [ "$DESKTOP_SESSION" = ubuntustudio ]; then
    # Disable GTK 3.16 overlay scrollbars
    export GTK_OVERLAY_SCROLLING=0
    # QT5 apps to use GTK style with qt5ct config
    export QT_QPA_PLATFORMTHEME=qt5ct
    # Workaround clutter issue (LP: #1462445)
    export CLUTTER_BACKEND=x11
fi
