diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-26 19:15:04 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-26 19:15:04 -0700 |
| commit | 32fb3dce58a26c6126d2be96a0b526673ed9132c (patch) | |
| tree | b1573874dd45bf6efdacb8cf0b5d3b69770dcfb4 | |
| parent | 9bce6d5877cebcfa2659b1f4750987d77c15744c (diff) | |
add comments on xkb options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index a44f886..0a6305c 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,8 @@ static const struct xkb_rule_names xkb_rules = { /* example: .options = "ctrl:nocaps", */ + // set capslock to escape + // maybe can repurpose windows key here too ... .options = "caps:escape", }; |
