dotfiles

dotfiles - ryukamish edition
Log | Files | Refs | README

commit e92e8ebbe5d10fded141189830263d47494e5be2
parent 2d09a65992e34fdb8ee05c3252ea0b06c7e5f4c1
Author: ryukamish <[email protected]>
Date:   Sat, 18 Jul 2026 14:11:13 +0530

chore(swap keys): key swap of escape and caps lock

Diffstat:
M.config/sway/config | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -82,7 +82,7 @@ input "1267:12930:PNP0C50:00_04F3:3282_Touchpad" { input "type:keyboard" { # swap capslock key to escape key - # xkb_options caps:escape + xkb_options caps:escape repeat_delay 200 repeat_rate 30 }