dotfiles/sway/env-vars

28 lines
448 B
Text
Raw Normal View History

2021-02-17 18:42:10 +01:00
# firefox
MOZ_ENABLE_WAYLAND=1
MOZ_USE_XINPUT2=1
# clutter
CLUTTER_BACKEND=wayland
# Enable QT apps to have gtk theme
2020-02-23 17:34:55 +01:00
QT_QPA_PLATFORMTHEME=qt5ct
# Force wayland on qt apps
QT_QPA_PLATFORM=wayland
QT_WAYLAND_FORCE_DPI=96
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
2021-02-17 18:42:10 +01:00
# libre office
SAL_USE_VCLPLUGIN=gtk3
2020-02-23 17:34:55 +01:00
# sdl2
SDL_VIDEODRIVER=wayland
2021-02-17 18:42:10 +01:00
# xdg-desktop-portal-wlr
XDG_CURRENT_DESKTOP=sway
XDG_SESSION_TYPE=wayland
2020-02-23 17:34:55 +01:00
# java
_JAVA_AWT_WM_NONREPARENTING=1