fixed xremap

This commit is contained in:
2026-02-28 22:41:41 +00:00
parent f277941e26
commit 76b42ba51c

View File

@@ -2,4 +2,6 @@
$mainMod = mod1 $mainMod = mod1
$submod = super $submod = super
exec-once = xremap ~/.config/xremap/config.yml --device /dev/input/event0 # Remap Caps to esc so i can use nvim without losing it input {
kb_options = caps:swapescape # swap caps and escape
}