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;