Start with tinywl

Add a config.h into which configurables can be moved.
This commit is contained in:
Devin J. Pohly 2020-04-11 17:27:19 -05:00
commit 94d82bf42f
6 changed files with 1731 additions and 0 deletions

7
config.h Normal file
View file

@ -0,0 +1,7 @@
static const struct xkb_rule_names xkb_rules = {
.rules = NULL,
.model = NULL,
.layout = "dvorak",
.variant = NULL,
.options = NULL,
};