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