From 1a685bd430f33e4fcbb600437960a2877c17cc04 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 18 Nov 2021 12:26:17 -0500 Subject: added pactch for dwm restart --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 8e373d8..2bfd1bf 100644 --- a/config.h +++ b/config.h @@ -110,6 +110,7 @@ static Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_Escape, quit, {0} }, + { MODKEY|ControlMask|ShiftMask, XK_Escape, quit, {1} } }; /* button definitions */ -- cgit v1.2.3