dwl/config.h

8 lines
196 B
C
Raw Normal View History

static const struct xkb_rule_names xkb_rules = {
.rules = NULL,
.model = NULL,
.layout = "dvorak",
.variant = NULL,
2020-04-12 00:05:02 +00:00
.options = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp",
};