diff options
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 37422da..8f20006 100644 --- a/config.def.h +++ b/config.def.h @@ -72,7 +72,8 @@ static const struct xkb_rule_names xkb_rules = { /* example: .options = "ctrl:nocaps", */ - .options = NULL, + .layout = "fi(nodeadkeys)", + .options = "caps:escape", }; static const int repeat_rate = 25; |