some options I like

This commit is contained in:
Devin J. Pohly 2020-04-11 19:05:02 -05:00
parent 94d82bf42f
commit e385acf69d
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ static const struct xkb_rule_names xkb_rules = {
.model = NULL,
.layout = "dvorak",
.variant = NULL,
.options = NULL,
.options = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp",
};