[sway/env] rename and sort vars

This commit is contained in:
Felix Buehler 2021-02-17 18:42:10 +01:00
parent dc667b72c1
commit 02b09165f6
2 changed files with 12 additions and 12 deletions

27
sway/env-vars Normal file
View file

@ -0,0 +1,27 @@
# firefox
MOZ_ENABLE_WAYLAND=1
MOZ_USE_XINPUT2=1
# clutter
CLUTTER_BACKEND=wayland
# 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
# libre office
SAL_USE_VCLPLUGIN=gtk3
# sdl2
SDL_VIDEODRIVER=wayland
# xdg-desktop-portal-wlr
XDG_CURRENT_DESKTOP=sway
XDG_SESSION_TYPE=wayland
# java
_JAVA_AWT_WM_NONREPARENTING=1