summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
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",
};