From 94d82bf42f998a84f5e46cde0b8a309d59425598 Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Sat, 11 Apr 2020 17:27:19 -0500 Subject: Start with tinywl Add a config.h into which configurables can be moved. --- config.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..ff05992 --- /dev/null +++ b/config.h @@ -0,0 +1,7 @@ +static const struct xkb_rule_names xkb_rules = { + .rules = NULL, + .model = NULL, + .layout = "dvorak", + .variant = NULL, + .options = NULL, +}; -- cgit v1.2.3