dwl/config.h
Devin J. Pohly 94d82bf42f Start with tinywl
Add a config.h into which configurables can be moved.
2020-04-11 17:27:19 -05:00

7 lines
141 B
C

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