mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
94d82bf42f
Add a config.h into which configurables can be moved.
7 lines
141 B
C
7 lines
141 B
C
static const struct xkb_rule_names xkb_rules = {
|
|
.rules = NULL,
|
|
.model = NULL,
|
|
.layout = "dvorak",
|
|
.variant = NULL,
|
|
.options = NULL,
|
|
};
|