From 31cbf813313038bf87d7b728246dce951bb15d9f Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Mon, 2 Feb 2026 11:14:11 -0300 Subject: [PATCH] add entry to /etc/environment so GTK apps will be run on X11 instead of Wayland by default. This prevents GTK apps to lunch in the kwin_wayland window if it's running. --- etc/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/environment b/etc/environment index b13935e..2c4d932 100644 --- a/etc/environment +++ b/etc/environment @@ -1,3 +1,4 @@ QT_AUTO_SCREEN_SCALE_FACTOR=2 QT_ENABLE_HIGHDPI_SCALING=2 QT_SCALE_FACTOR=2 +GDK_BACKEND=x11 \ No newline at end of file