diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", }; |