From 3ce4beb1c387bb205a344c8091bef13076e4b926 Mon Sep 17 00:00:00 2001 From: histalek Date: Fri, 6 Dec 2024 11:50:30 +0100 Subject: [PATCH] feat(environment): No fallback to xkb anymore --- .config/environment.d/50-wayland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/environment.d/50-wayland.conf b/.config/environment.d/50-wayland.conf index e8691e0..af36e65 100644 --- a/.config/environment.d/50-wayland.conf +++ b/.config/environment.d/50-wayland.conf @@ -1,8 +1,8 @@ ### Set wayland specific environment variables # Set wayland backend for GUI libraries -QT_QPA_PLATFORM=wayland;xkb -GDK_BACKEND=wayland,xkb +QT_QPA_PLATFORM=wayland +GDK_BACKEND=wayland SDL_VIDEODRIVER=wayland CLUTTER_BACKEND=wayland