From 2f045aaa4aca72d3e164ca4e099748af0fc6f9c9 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sat, 22 Feb 2025 01:09:56 -0300 Subject: [PATCH] chore: remove unnecessary workaround on global environment and add note about other workarounds --- system_files/etc/environment | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system_files/etc/environment b/system_files/etc/environment index e404d64..7c3a705 100644 --- a/system_files/etc/environment +++ b/system_files/etc/environment @@ -1,3 +1,4 @@ +# NOTE: Necessary due to cursor being laggy with VRR on GNOME 47 MUTTER_DEBUG_FORCE_KMS_MODE=simple -MUTTER_DEBUG_KMS_THREAD_TYPE=user +# NOTE: Makes GNOME slightly faster GNOME_SHELL_SLOWDOWN_FACTOR=0.8