Fixed style for QT applications.

This commit is contained in:
Marcel Kapfer 2018-03-09 12:18:20 +01:00
parent 729978bf84
commit 11a159d248
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ if test -z $XDG_CURRENT_DESKTOP
set -Ux XDG_CURRENT_DESKTOP GNOME
end
if test -z $QT_STYLE_OVERRIDE
set -Ux QT_STYLE_OVERRIDE adwaita
end
# Attach the autoscreen screen session if StumpWM is running
# and it's not already in use.
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)