From d11efd875b454fc6042f876d67adaa0fc334ebf1 Mon Sep 17 00:00:00 2001 From: scbj Date: Thu, 2 Oct 2025 16:47:43 +0200 Subject: [PATCH] (scripts) removed annoying `notify-send` commands --- scripts/audio-sink-switcher.sh | 1 - scripts/hyprland-kb-layout-switcher.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/audio-sink-switcher.sh b/scripts/audio-sink-switcher.sh index c10f9cc..0b2d2de 100755 --- a/scripts/audio-sink-switcher.sh +++ b/scripts/audio-sink-switcher.sh @@ -41,7 +41,6 @@ select_audio_sink() { fi if [[ -z "${selection}" ]]; then - notify-send "sink-switcher" "selection failed" return 1 fi diff --git a/scripts/hyprland-kb-layout-switcher.sh b/scripts/hyprland-kb-layout-switcher.sh index ebf2744..fdad5a5 100755 --- a/scripts/hyprland-kb-layout-switcher.sh +++ b/scripts/hyprland-kb-layout-switcher.sh @@ -28,7 +28,6 @@ function switch_kb_layout { fi done if [[ -z "${index}" ]]; then - notify-send "layout-switcher" "selection failed" return 1 fi