some options I like
This commit is contained in:
parent
94d82bf42f
commit
e385acf69d
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -3,5 +3,5 @@ static const struct xkb_rule_names xkb_rules = {
|
||||||
.model = NULL,
|
.model = NULL,
|
||||||
.layout = "dvorak",
|
.layout = "dvorak",
|
||||||
.variant = NULL,
|
.variant = NULL,
|
||||||
.options = NULL,
|
.options = "ctrl:nocaps,altwin:swap_lalt_lwin,terminate:ctrl_alt_bksp",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue