[sway/env] add env-vars

This commit is contained in:
Felix Buehler 2020-02-23 17:34:55 +01:00
parent 3dd0d5ca25
commit f6aec9fc39

19
sway/env Normal file
View file

@ -0,0 +1,19 @@
# Enable QT apps to have gtk theme
QT_QPA_PLATFORMTHEME=qt5ct
# Force wayland on qt apps
QT_QPA_PLATFORM=wayland
QT_WAYLAND_FORCE_DPI=96
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# clutter
CLUTTER_BACKEND=wayland
# sdl2
SDL_VIDEODRIVER=wayland
# firefox
MOZ_ENABLE_WAYLAND=1
# java
_JAVA_AWT_WM_NONREPARENTING=1