add notif spam when changing volume

main
Ayush Mukherjee 1 year ago
parent 314bbf298e
commit 3b9cd52924

@ -251,10 +251,10 @@ bindsym --release $mod+s exec grim /tmp/ss.png && wl-copy </tmp/ss.png && mv /tm
bindsym --release $mod+Shift+s exec grim -g "$(slurp)" /tmp/ss.png && wl-copy </tmp/ss.png && mv /tmp/ss.png ~/Pictures/Screenshots/Screenshot-$(date +%s).png
# Vol Up
bindsym XF86AudioRaiseVolume exec pamixer --allow-boost -i 5
bindsym XF86AudioRaiseVolume exec /usr/bin/bash -c "pamixer --allow-boost -i 5 && notify-send -u low 'Vol Up' $(pamixer --get-volume-human)"
# Vol Down
bindsym XF86AudioLowerVolume exec pamixer --allow-boost -d 5
bindsym XF86AudioLowerVolume exec /usr/bin/bash -c "pamixer --allow-boost -d 5 && notify-send -u low 'Vol Down' $(pamixer --get-volume-human)"
# Media Controls! Through playerctl
bindsym XF86AudioPlay exec playerctl play-pause

Loading…
Cancel
Save