From 643d1884295f0d439ba5a6bae2b9dca33fe4d4fb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 13 Feb 2020 02:00:49 +0100 Subject: sway: add qt, sdl and moz to env vars --- .config/sway/env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/sway/env b/.config/sway/env index c7eb252..316530c 100644 --- a/.config/sway/env +++ b/.config/sway/env @@ -5,15 +5,17 @@ export DESKTOP_SESSION=gnome export GDK_BACKEND=wayland export CLUTTER_BACKEND=wayland +export SDK_VIDEODRIVER=wayland -# export QT_QPA_PLATFORM=wayland-egl -export QT_QPA_PLATFORM= +export QT_QPA_PLATFORM=wayland-egl +# export QT_QPA_PLATFORM= # export QT_AUTO_SCREEN_SCALE_FACTOR=0 # export QT_SCREEN_SCALE_FACTORS='1.5;1' export QT_QPA_PLATFORMTHEME=qgnomeplatform export QT_STYLE_OVERRIDE=adwaita export _JAVA_AWT_WM_NONREPARENTING=1 +export MOZ_ENABLE_WAYLAND=1 export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus -- cgit 1.4.1