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

16 lines
390 B
Text

### Set wayland specific environment variables
# Set compositor
XDG_CURRENT_DESKTOP=sway
# Set wayland backend for GUI libraries
QT_QPA_PLATFORM=wayland
GDK_BACKEND=wayland
CLUTTER_BACKEND=wayland
SDL_VIDEODRIVER=wayland
# Restore functionality for QT features by setting the theme to 'qt5ct'
QT_QPA_PLATFORMTHEME=qt5ct
# Enable wayland for firefox and thunderbird
MOZ_ENABLE_WAYLAND=1