~ruther/dwl

70da04a714914990556b8f123895301a57ee6d3f — Lennart Jablonka 3 years ago 2623a96
initialize xkb_rules.options to a null pointer

Initializing it to an empty string had broken configuring xkbcommon
through the environment (XKB_DEFAULT_OPTIONS).

Fixes: ae313911153b ("initialize rules and xkb_rules")
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