dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 7807bc05ed126e2073696ddd7371f999d4f9b19b
parent 403b39887cd3c533225120c01d800173170d9fb8
Author: Ethan Long <me@ethandl.dev>
Date:   Thu,  8 Jan 2026 12:02:43 +1100

Woops, I made a typo... '|'->'_'

Diffstat:
Mconfig.h.void | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h.void b/config.h.void @@ -164,7 +164,7 @@ static const Key keys[] = { { MODKEY, XKB_KEY_Return, spawn, {.v = termcmd} }, { MODKEY, XKB_KEY_w, spawn, {.v = browsercmd} }, { MODKEY, XKB_KEY_e, spawn, {.v = emacscmd} }, - { MODKEY|WLR_MODIFIER|SHIFT, XKB_KEY_Escape, spawn, {.v = lockcmd} }, + { MODKEY|WLR_MODIFIER_SHIFT, XKB_KEY_Escape, spawn, {.v = lockcmd} }, /* General window management: */ { MODKEY, XKB_KEY_b, togglebar, {0} }, { MODKEY, XKB_KEY_j, focusstack, {.i = +1} },