mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
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…
Add table
Add a link
Reference in a new issue