configs/roles/config/files/etc/environment
exu aa5406be6f Enable wayland for electron apps
Especially needed for Flatpak, as those don't use the electron flags
    config file obviously
2025-01-06 08:23:41 +01:00

15 lines
333 B
Plaintext

# wayland for qt
QT_QPA_PLATFORM='wayland;xcb'
# default editor
EDITOR=vim
# wayland for clutter
CLUTTER_BACKEND=wayland
# wayland for sdl
SDL_VIDEODRIVER='wayland,x11'
# wayland firefox & thunderbird
MOZ_ENABLE_WAYLAND=1
# keyboard layout for gamescope
XKB_DEFAULT_LAYOUT=ch
# wayland for electron
ELECTRON_OZONE_PLATFORM_HINT=auto