fixed red and blue screen

This commit is contained in:
Filip Rojek 2022-11-03 12:15:04 +01:00
parent 0b4df537d1
commit 16af968b2c
4 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ static const char *slockcmd[] = { "slock", NULL };
static const Key keys[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */
{ MODKEY|ShiftMask, 10, spawn, {.v = slockcmd } }, /* { MODKEY|ShiftMask, 10, spawn, {.v = slockcmd } }, */
{ MODKEY, 33, spawn, {.v = dmenucmd } }, // p { MODKEY, 33, spawn, {.v = dmenucmd } }, // p
{ MODKEY|ShiftMask, 36, spawn, {.v = termcmd } }, // Return { MODKEY|ShiftMask, 36, spawn, {.v = termcmd } }, // Return
{ MODKEY, 56, togglebar, {0} }, // b { MODKEY, 56, togglebar, {0} }, // b

View File

@ -62,7 +62,7 @@ static const char *slockcmd[] = { "slock", NULL };
static const Key keys[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */
{ MODKEY|ShiftMask, 10, spawn, {.v = slockcmd } }, /* { MODKEY|ShiftMask, 10, spawn, {.v = slockcmd } }, */
{ MODKEY, 33, spawn, {.v = dmenucmd } }, // p { MODKEY, 33, spawn, {.v = dmenucmd } }, // p
{ MODKEY|ShiftMask, 36, spawn, {.v = termcmd } }, // Return { MODKEY|ShiftMask, 36, spawn, {.v = termcmd } }, // Return
{ MODKEY, 56, togglebar, {0} }, // b { MODKEY, 56, togglebar, {0} }, // b

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.