diff --git a/config.h b/config.h index 67b72a1..4f26627 100644 --- a/config.h +++ b/config.h @@ -71,7 +71,7 @@ static const Layout layouts[] = { /* dwm commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *termcmd[] = { "st", NULL }; -static const char *lockcmd[] = { "bosskey", "-mplu", NULL }; +static const char *lockcmd[] = { "bosskey", "-m", "volmic", "-pl", "-u", "volmic", NULL }; static const char *dmenucmd[] = { "dmenu_run", "-p", "Run:", "-m", dmenumon, NULL }; /* for volume keybinds */