Update QT env variable to apply correct theme
This commit is contained in:
parent
0cf7564c91
commit
b01255c0cf
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
|||
export QT_QPA_PLATFORM="wayland-egl"
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export QT_QPA_PLATFORMTHEME="gtk3"
|
||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||
export NO_AT_BRIDGE=1
|
||||
export XDG_SESSION_TYPE=wayland
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
|
|
Reference in a new issue