summaryrefslogtreecommitdiff
path: root/keybinds
diff options
context:
space:
mode:
Diffstat (limited to 'keybinds')
-rw-r--r--keybinds2
1 files changed, 1 insertions, 1 deletions
diff --git a/keybinds b/keybinds
index 0704094..aa850ad 100644
--- a/keybinds
+++ b/keybinds
@@ -81,4 +81,4 @@ XF86Audio{Raise,Lower}Volume
# mute audio output control
XF86AudioMute
- [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && amixer --card 0 set Master mute || amixer --card 0 set Master unmute
+ [ $(amixer --card 0 get Master | tail -n 1 | sed -E 's/.*.\[//g' | cut -c1-2) = "on" ] && ( notify-send "🔇 Muted" && amixer --card 0 set Master mute ) || ( amixer --card 0 set Master unmute && notify-send "📢 Unmuted" )