Map Caps Lock to Control in sway
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4668bf9978
commit
dbd389cd64
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,11 @@
|
|||
terminal = "wezterm";
|
||||
modifier = "Mod4";
|
||||
bars = [{ command = "waybar"; }];
|
||||
input = {
|
||||
"*" = {
|
||||
xkb_options = "ctrl:nocaps";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue