diff --git a/config.def.h b/config.def.h index a715807..d4fd659 100644 --- a/config.def.h +++ b/config.def.h @@ -50,9 +50,10 @@ static const MonitorRule monrules[] = { /* keyboard */ static const struct xkb_rule_names xkb_rules = { /* can specify fields: rules, model, layout, variant, options */ - /* example: - .options = "ctrl:nocaps", - */ + .rules = NULL, + .model = NULL, + .layout = "us", + .variant = "intl", .options = NULL, };