Add alt+d deafen keyboard shortcut.

This commit is contained in:
Storm Dragon
2026-09-05 21:53:57 -04:00
parent f21e7c9960
commit cf9746c8de
10 changed files with 124 additions and 7 deletions
+8
View File
@@ -72,6 +72,14 @@ unmute() {
[[ $notify ]] && notify "You unmuted yourself."
}
mutedeafen() {
[[ $notify ]] && notify "You muted and deafened yourself."
}
muteundeafen() {
[[ $notify ]] && notify "You undeafened yourself. Your microphone remains muted."
}
msg() {
[[ $sound ]] && play -n synth .3 sin 1290:1490 sin 1494:1294 remix - norm -8
[[ $notify ]] && notify "$1 from $2: $3"