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

7 lines
123 B
Bash
Executable file

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