From 2ef36598806c2e75ae2c7fed4fe049fd9d332bcc Mon Sep 17 00:00:00 2001 From: Hendrik Boll Date: Mon, 18 Aug 2025 08:57:50 +0200 Subject: [PATCH] profile: add fix for gtk4 apps freezing on nvidia-580.xx.xx --- dot_profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dot_profile b/dot_profile index 0b10641..a859813 100644 --- a/dot_profile +++ b/dot_profile @@ -54,3 +54,6 @@ export XBPS_DISTDIR="$HOME/git/void-packages" export MOZ_ENABLE_WAYLAND=1 export DXVK_CONFIG_FILE=/home/hendrik/.config/dxvk/dxvk.conf + +# Fix GTK4 apps freezing when closing on nvidia 580.xx.xx +export GSK_RENDERER=ngl