fixed config variable

This commit is contained in:
WanderingPenwing 2024-07-30 17:09:44 +02:00
parent 4a48e9fe64
commit 0e2d696edb
2 changed files with 1 additions and 1 deletions

View file

@ -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 };

BIN
dwm.o

Binary file not shown.