birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit a03b4eedea522d4bb0dd7ea298751068db0c717c
parent 346cb8e12cdde20f57cd71c9e752b5bc6ce38409
Author: grouse <bdmfegys@duck.com>
Date:   Fri,  1 Dec 2023 23:50:39 -0500

successfully built after patching restartsig

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -158,6 +158,7 @@ static const Key keys[] = { TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) { MODKEY|ShiftMask, XK_q, quit, {0} }, + { MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} }, }; /* button definitions */