aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: ff0599269a974e8633fc603ec6c0fb720469bcf6 (plain) (blame)
1
2
3
4
5
6
7
static const struct xkb_rule_names xkb_rules = {
	.rules = NULL,
	.model = NULL,
	.layout = "dvorak",
	.variant = NULL,
	.options = NULL,
};