diff --git a/laptop-files/.config/hypr/local.conf b/laptop-files/.config/hypr/local.conf index f6c09cf5..8614c166 100644 --- a/laptop-files/.config/hypr/local.conf +++ b/laptop-files/.config/hypr/local.conf @@ -2,4 +2,6 @@ $mainMod = mod1 $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 +}