diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 12:03:01 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-09-29 12:03:01 +0530 |
| commit | 7d4d1b5bc06030ee78ad0e5de1f223914fc3c51e (patch) | |
| tree | c963314742a4f32892352f278e73c19bede6fe71 /config.def.h | |
| parent | f21899671bc5c8e6b9db93e3da66335b10416b98 (diff) | |
(update): Cursor size
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8b0f4fe..7d76253 100644 --- a/config.def.h +++ b/config.def.h @@ -64,7 +64,7 @@ static const MonitorRule monrules[] = { /* keyboard */ static const struct xkb_rule_names xkb_rules = { /* can specify fields: rules, model, layout, variant, options */ - .options = "ctrl:nocaps", + /* .options = "ctrl:nocaps", */ }; static const int repeat_rate = 25; |
