fixed config variable
This commit is contained in:
parent
4a48e9fe64
commit
0e2d696edb
2
config.h
2
config.h
|
@ -60,7 +60,7 @@ static const Layout layouts[] = {
|
|||
#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
|
||||
|
||||
/* 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 *dmenucmd[] = { "/home/penwing/nixos/scripts/dmenu_launcher.sh", NULL };
|
||||
static const char *termcmd[] = { "kodama", NULL };
|
||||
static const char *chromium[] = { "chromium --wm-window-animations-disabled --animation-duration-scale=0", NULL };
|
||||
|
|
Loading…
Reference in a new issue