Fixed style for QT applications.
This commit is contained in:
parent
729978bf84
commit
11a159d248
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ if test -z $XDG_CURRENT_DESKTOP
|
||||||
set -Ux XDG_CURRENT_DESKTOP GNOME
|
set -Ux XDG_CURRENT_DESKTOP GNOME
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if test -z $QT_STYLE_OVERRIDE
|
||||||
|
set -Ux QT_STYLE_OVERRIDE adwaita
|
||||||
|
end
|
||||||
|
|
||||||
# Attach the autoscreen screen session if StumpWM is running
|
# Attach the autoscreen screen session if StumpWM is running
|
||||||
# and it's not already in use.
|
# and it's not already in use.
|
||||||
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)
|
# if test \( -n $DESKTOP_SESSION \) -a \( $DESKTOP_SESSION = "stumpwm" \)
|
||||||
|
|
Loading…
Reference in a new issue