dotfiles/.config/environment.d/50-wayland.conf

11 lines
254 B
Text
Raw Normal View History

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