dwl/config.h

8 lines
141 B
C
Raw Normal View History

static const struct xkb_rule_names xkb_rules = {
.rules = NULL,
.model = NULL,
.layout = "dvorak",
.variant = NULL,
.options = NULL,
};