updated the bosskey command

This commit is contained in:
Maddie H 2023-04-13 15:39:41 +01:00
parent edac513443
commit dca69fedae
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -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 */