From dca69fedae1e29d946ece4c8325907732015f83f Mon Sep 17 00:00:00 2001 From: Madeleine Date: Thu, 13 Apr 2023 15:39:41 +0100 Subject: [PATCH] updated the bosskey command --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */