diff --git a/config.h b/config.h index ff05992..4a6fe34 100644 --- a/config.h +++ b/config.h @@ -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", };