Swayscript: Disable sound for scratchpad_kill.

This commit is contained in:
Dmitry Voronin 2024-12-17 10:09:03 +03:00
parent 6c998e51a5
commit 5ee8a8aeca
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -2,7 +2,7 @@
text = ''
# Kill all windows in Sway scratchpad.
function scratchpad_kill() {
notify_short
# notify_short
kill() {
for window in $(swaymsg -t get_tree | jq -r 'recurse(.nodes[]?) | select(.name == "__i3_scratch").floating_nodes[].id'); do
swaymsg [ con_id="$window" ] kill