some options I like
1 files changed, 1 insertions(+), 1 deletions(-) M config.h
M config.h => config.h +1 -1
@@ 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", };