diff options
Diffstat (limited to 'bin/startsway')
-rwxr-xr-x | bin/startsway | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/startsway b/bin/startsway index b6c9e98..e695763 100755 --- a/bin/startsway +++ b/bin/startsway @@ -4,5 +4,7 @@ export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_DESKTOP=sway export WLR_RENDER=vulkan export MOZ_ENABLE_WAYLAND=1 +export QT_QPA_PLATFORM=wayland +export QT_QPA_PLATFORMTHEME=qt5ct exec sway > ~/.sway.log |