From 76b42ba51ca85732e318229355aebf7cdba87024 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 28 Feb 2026 22:41:41 +0000 Subject: [PATCH] fixed xremap --- laptop-files/.config/hypr/local.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +}