fixing print command name (again)
This commit is contained in:
2
config.h
2
config.h
@@ -69,7 +69,7 @@ static const char *ledcmd[] = { "led", "toggle", NULL };
|
||||
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
|
||||
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_black, "-nf", col_gray3, "-sb", col_gray4, "-sf", col_gray4, NULL };
|
||||
static const char *roficmd[] = { "rofi", "-show", "drun", NULL };
|
||||
static const char *printcmd_a[] = { "prtsrc", NULL };
|
||||
static const char *printcmd_a[] = { "prtscr", NULL };
|
||||
// static const char *printcmd_sel[] = { "prtscr", "s", NULL };
|
||||
|
||||
static const Key keys[] = {
|
||||
|
||||
Reference in New Issue
Block a user