[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

View file

@ -62,7 +62,7 @@
~/.config/sway/config: sway/config ~/.config/sway/config: sway/config
~/.config/sway/thinkman: sway/thinkman ~/.config/sway/thinkman: sway/thinkman
~/.config/swaylock/config: sway/lock ~/.config/swaylock/config: sway/lock
~/.config/environment.d/sway.conf: sway/env ~/.config/environment.d/sway.conf: sway/env-vars
# scripts # scripts

View file

@ -1,6 +1,9 @@
# xdg-desktop-portal-wlr # firefox
XDG_CURRENT_DESKTOP=sway MOZ_ENABLE_WAYLAND=1
XDG_SESSION_TYPE=wayland MOZ_USE_XINPUT2=1
# clutter
CLUTTER_BACKEND=wayland
# Enable QT apps to have gtk theme # Enable QT apps to have gtk theme
QT_QPA_PLATFORMTHEME=qt5ct QT_QPA_PLATFORMTHEME=qt5ct
@ -10,18 +13,15 @@ QT_QPA_PLATFORM=wayland
QT_WAYLAND_FORCE_DPI=96 QT_WAYLAND_FORCE_DPI=96
QT_WAYLAND_DISABLE_WINDOWDECORATION=1 QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# clutter # libre office
CLUTTER_BACKEND=wayland SAL_USE_VCLPLUGIN=gtk3
# sdl2 # sdl2
SDL_VIDEODRIVER=wayland SDL_VIDEODRIVER=wayland
# libre office # xdg-desktop-portal-wlr
SAL_USE_VCLPLUGIN=gtk3 XDG_CURRENT_DESKTOP=sway
XDG_SESSION_TYPE=wayland
# firefox
MOZ_ENABLE_WAYLAND=1
MOZ_USE_XINPUT2=1
# java # java
_JAVA_AWT_WM_NONREPARENTING=1 _JAVA_AWT_WM_NONREPARENTING=1