Map Caps Lock to Control in sway

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-18 11:14:48 -08:00
commit dbd389cd64

View file

@ -148,6 +148,11 @@
terminal = "wezterm";
modifier = "Mod4";
bars = [{ command = "waybar"; }];
input = {
"*" = {
xkb_options = "ctrl:nocaps";
};
};
};
};