mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Remove libcanberra caching as it overrides theme selection
With the cache enabled chaging the theme still plays the old sound file
This commit is contained in:
@@ -187,7 +187,6 @@ play_current_sound(void) {
|
||||
which_type, e.which_sound,
|
||||
"event.description", e.event_id,
|
||||
"media.role", e.media_role,
|
||||
"canberra.cache-control", "permanent",
|
||||
"canberra.xdg-theme.name", e.theme_name,
|
||||
NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user