Remove bind for quitting

This commit is contained in:
Marco Thomas
2021-04-04 12:42:37 +02:00
parent d28ec5817a
commit 9421349d8e
2 changed files with 0 additions and 1 deletions

View File

@@ -90,7 +90,6 @@ static const char *play_prev[]= { "playerctl", "previous", NULL };
static Key keys[] = {
/* modifier key function argument */
{ MODKEY|ShiftMask, XK_q, killclient, {0} }, // kill window
{ MODKEY|ShiftMask, XK_BackSpace, quit, {0} }, // quit dwm
// open programs
{ MODKEY, XK_d, spawn, {.v = dmenucmd } },

BIN
dwm

Binary file not shown.