birdwm

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

commit 72b689a7e89692fbaf67bd994459ba87d10fe09b
parent e4a54afc760c126ea3b5fa1f573f7e6a42feaf2f
Author: grouse <bdmfegys@duck.com>
Date:   Wed,  6 Dec 2023 21:08:50 -0500

change commenting style near end of keybindings

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -159,8 +159,8 @@ static const Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) -// following line is commented out due to exitmenu patch -// { MODKEY|ShiftMask, XK_q, quit, {0} }, +/* following line is commented out due to exitmenu patch + { MODKEY|ShiftMask, XK_q, quit, {0} },*/ { MODKEY|ControlMask|ShiftMask, XK_q, quit, {1} }, { MODKEY|ShiftMask, XK_e, exitdwm, {0} }, };