diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-17 11:01:42 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-17 11:01:42 +0200 |
commit | febdc93038bd45781067b371eb96ba756174dd53 (patch) | |
tree | 7ea4dc90e59881adae7bf97f37de872fe606e2c8 | |
parent | fab65f12d88b4440c01dca92f580b235a1fbef0d (diff) |
-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; |