From e19997a0abe4b34368ad24ea276f65b51984a8ab Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Thu, 1 Aug 2024 02:07:19 -0400 Subject: [PATCH] feat: set gnome animation speed to .9 This sets the animation speed 10% faster. .7 and lower just make it look weird and .8 is too much of an initial adjustment so let's err on a small tweak. --- system_files/silverblue/usr/etc/environment | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/silverblue/usr/etc/environment b/system_files/silverblue/usr/etc/environment index 5f2536964bb..99c3618c505 100644 --- a/system_files/silverblue/usr/etc/environment +++ b/system_files/silverblue/usr/etc/environment @@ -1,2 +1,3 @@ MUTTER_DEBUG_FORCE_KMS_MODE=simple MUTTER_DEBUG_KMS_THREAD_TYPE=user +GNOME_SHELL_SLOWDOWN_FACTOR=0.9