changed quit dwm binding

This commit is contained in:
Victor Ișan 2026-07-07 01:33:33 +02:00
parent 9b2cd09188
commit c271a1f1fc

View File

@ -137,7 +137,7 @@ static const Key keys[] = {
TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} },
{ MODKEY|ControlMask, XK_q, quit, {0} },
{ MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} },
};