From 32fb3dce58a26c6126d2be96a0b526673ed9132c Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 26 Jun 2026 19:15:04 -0700 Subject: add comments on xkb options --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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", }; -- cgit v1.2.3