From 78aab93bb30f0500d63dab8fdfe238bcbffdc3ee Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Mon, 4 Sep 2023 22:50:43 +0200 Subject: [PATCH] added comment --- modules/gnome.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gnome.nix b/modules/gnome.nix index a9d988f..5f2774e 100644 --- a/modules/gnome.nix +++ b/modules/gnome.nix @@ -88,6 +88,8 @@ "org/gnome/shell/extensions/pano" = { play-audio-on-copy = false; + # This solves the stuttering issue for me + # https://github.com/oae/gnome-shell-pano/issues/79 send-notification-on-copy = false; };