From 9a04405ad2531bb60050a0fe5713b4e63a25fc94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 19 Feb 2022 13:07:44 +0530 Subject: [PATCH] Cache the bell sound in the canberra server since it is a frequently played sound --- kitty/desktop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/desktop.c b/kitty/desktop.c index 97618f4a2..2a9c7316b 100644 --- a/kitty/desktop.c +++ b/kitty/desktop.c @@ -154,6 +154,7 @@ play_canberra_sound(const char *which_sound, const char *event_id, bool is_path, which_type, which_sound, "event.description", event_id, "media.role", media_role, + "canberra.cache-control", "permanent", NULL ); }