~ruther/dwl

3a77f0291965abde2fdb1a7ef7297e86a13e8629 — Sevz 3 years ago d26ddfc + 70da04a
Merge pull request #247 from Humm42/xkboptions

initialize xkb_rules.options to a null pointer
1 files changed, 1 insertions(+), 1 deletions(-)

M config.def.h
M config.def.h => config.def.h +1 -1
@@ 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;

Do not follow this link