diff options
Diffstat (limited to '')
| -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;  | 
