From c862bf86662242530a1b1393c04e2c2db86a6ed0 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Mon, 18 May 2026 09:34:25 +0200 Subject: [PATCH] snapshot pre-autoupdate-2026-05-18T07-34-25Z --- modules/scripts/changeAudioOutput.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/scripts/changeAudioOutput.nix b/modules/scripts/changeAudioOutput.nix index 3fda8cc..3e1aadb 100644 --- a/modules/scripts/changeAudioOutput.nix +++ b/modules/scripts/changeAudioOutput.nix @@ -16,7 +16,7 @@ writeShellApplication { select=$(pactl -f json list sinks | jq -r '.[].name' | fzf) if [[ -n "$select" ]]; then pactl set-default-sink "$select" - fi + pkill -f "kitty.*Select audio output" ''; }