(scripts) removed annoying notify-send commands

This commit is contained in:
scbj
2025-10-02 16:47:43 +02:00
parent 1af9ecef17
commit d11efd875b
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@ select_audio_sink() {
fi fi
if [[ -z "${selection}" ]]; then if [[ -z "${selection}" ]]; then
notify-send "sink-switcher" "selection failed"
return 1 return 1
fi fi

View File

@@ -28,7 +28,6 @@ function switch_kb_layout {
fi fi
done done
if [[ -z "${index}" ]]; then if [[ -z "${index}" ]]; then
notify-send "layout-switcher" "selection failed"
return 1 return 1
fi fi