Files
dotfiles/general/kmonad/swap-esc-caps.kbd
2025-03-17 17:21:20 +01:00

10 lines
180 B
Plaintext

(defcfg
input (device-file "/dev/input/event4")
fallthrough true)
(deflayer main
(switchesc capslock escape)
(switchcaps escape capslock))
(defoutput uinput-sink)