dwl

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

commit 3a77f0291965abde2fdb1a7ef7297e86a13e8629
parent d26ddfc7fd36d420990eee94d3c4badb90217bd1
Author: Sevz <leohdz172@protonmail.com>
Date:   Tue, 14 Jun 2022 15:42:47 -0500

Merge pull request #247 from Humm42/xkboptions

initialize xkb_rules.options to a null pointer
Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.def.h b/config.def.h @@ -41,7 +41,7 @@ static const struct xkb_rule_names xkb_rules = { /* example: .options = "ctrl:nocaps", */ - .options = "", + .options = NULL, }; static const int repeat_rate = 25;