Add initial kmonad setup

This commit is contained in:
Admin 2025-03-17 17:21:20 +01:00
parent cdf2efa1a4
commit 7ca01632d3

View File

@ -0,0 +1,9 @@
(defcfg
input (device-file "/dev/input/event4")
fallthrough true)
(deflayer main
(switchesc capslock escape)
(switchcaps escape capslock))
(defoutput uinput-sink)