aboutsummaryrefslogtreecommitdiff
path: root/config.h
blob: 4a6fe340521f4c3a2768f7faebfc0ad4742694b1 (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 = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp",
};