diff options
| author | Robert Günzler <r@gnzler.io> | 2020-02-13 02:00:49 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-02-13 02:00:49 +0100 |
| commit | 643d1884295f0d439ba5a6bae2b9dca33fe4d4fb (patch) | |
| tree | 5a5c8dff3501b2f64892a92c7ada569a655164c8 /.config | |
| parent | a39bdfd41e01a4b73236ee957ff95ac22f19e71d (diff) | |
sway: add qt, sdl and moz to env vars
Diffstat (limited to '.config')
| -rw-r--r-- | .config/sway/env | 6 |
1 files 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 |