dotfiles/scripts/mute
tavo-wasd fd69ecbbe6 init
2023-05-08 20:39:39 -06:00

7 lines
122 B
Bash
Executable file

#!/bin/sh
# Mute
amixer -q set Master toggle
# Restart statusbar module (dwm & dwmblocks)
kill -44 "$(pidof dwmblocks)"