dwm: fixed double keybinding

i don't want to xkill when switching windows, do i?
This commit is contained in:
Vitor Gonçalves 2023-08-14 15:59:06 -03:00
parent cac6e2c12c
commit 9b7f87a71e
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static const char *xkill[] = { "xkill", NULL };
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_k, spawn, {.v = xkill } },
{ MODKEY|ShiftMask, XK_k, spawn, {.v = xkill } },
{ MODKEY, XK_r, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_p, spawn, {.v = passcmd } },
{ MODKEY, XK_Return, spawn, {.v = termcmd } },