wayland-launch-scripts/sysconfdir/wlrenv

11 lines
253 B
Bash

#!/bin/sh
# Enable wayland and force wayland on apps
export XDG_SESSION_TYPE=wayland
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland
export SDL_VIDEODRIVER=wayland
export QT_WEBENGINE_DISABLE_WAYLAND_WORKAROUND=1
export WLR_RENDERER=vulkan