diff --git a/config.h b/config.h index e8314a9..8bb3653 100644 --- a/config.h +++ b/config.h @@ -147,24 +147,18 @@ static const char *zellijcmd[] = { NULL }; static const char *volcmdup[] = { - "wpctl", - "set-volume", - "@DEFAULT_AUDIO_SINK@", - "10%+", + "vol.sh", + "up", NULL }; static const char *volcmddown[] = { - "wpctl", - "set-volume", - "@DEFAULT_AUDIO_SINK@", - "10%-", + "vol.sh", + "down", NULL }; static const char *volcmdzero[] = { - "wpctl", - "set-volume", - "@DEFAULT_AUDIO_SINK@", - "0%", + "vol.sh", + "mute", NULL }; static const Key keys[] = {