dotfiles/.config/environment.d/50-wayland.conf
histalek d42dd03832
fix(sway): Remove WLR_ env vars from environment dropin
This is effective too late. Moved the env vars to my greeter setup.
2024-12-20 10:46:59 +01:00

10 lines
246 B
Text

### Set wayland specific environment variables
# Set wayland backend for GUI libraries
QT_QPA_PLATFORM=wayland
GDK_BACKEND=wayland
SDL_VIDEODRIVER=wayland
CLUTTER_BACKEND=wayland
QT_QPA_PLATFORMTHEME=qt6ct
QT_WAYLAND_DISABLE_WINDOWDECORATION=1