From 46543932f43b9619323d2bce328ccdf89d793e5f Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 2 Oct 2024 12:39:10 -0600 Subject: [PATCH] Force GL renderer for transmission --- bash/env_exports | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/env_exports b/bash/env_exports index 6e82f6e64..e21b8ffb8 100644 --- a/bash/env_exports +++ b/bash/env_exports @@ -15,6 +15,7 @@ export QT_QPA_PLATFORMTHEME="qt5ct" export QT_QPA_PLATFORM="wayland-egl;wayland;xcb" export GDK_BACKEND="wayland" export DCONF=".config/dconf/user" +export GSK_RENDERER="gl" # Setup editor export EDITOR="nvim"