updated the bosskey command
This commit is contained in:
parent
edac513443
commit
dca69fedae
2
config.h
2
config.h
@ -71,7 +71,7 @@ static const Layout layouts[] = {
|
|||||||
/* dwm commands */
|
/* dwm commands */
|
||||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||||
static const char *termcmd[] = { "st", NULL };
|
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 };
|
static const char *dmenucmd[] = { "dmenu_run", "-p", "Run:", "-m", dmenumon, NULL };
|
||||||
|
|
||||||
/* for volume keybinds */
|
/* for volume keybinds */
|
||||||
|
Loading…
Reference in New Issue
Block a user