From 815deeb99f4d5583647ca08e1010512092dfc856 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 28 Feb 2026 17:41:18 +0000 Subject: [PATCH] fixed laptop binds lol --- laptop-files/.config/hypr/binds-local.conf | 3 --- laptop-files/.config/hypr/local.conf | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/laptop-files/.config/hypr/binds-local.conf b/laptop-files/.config/hypr/binds-local.conf index 4fb3ae8d..b49e5fb0 100644 --- a/laptop-files/.config/hypr/binds-local.conf +++ b/laptop-files/.config/hypr/binds-local.conf @@ -1,6 +1,3 @@ -# Main modifier -$mainMod = mod1 -$submod = super bind = $mainMod, f, fullscreen # toggle the window between focus and fullscreen diff --git a/laptop-files/.config/hypr/local.conf b/laptop-files/.config/hypr/local.conf index 26cda8d5..f6c09cf5 100644 --- a/laptop-files/.config/hypr/local.conf +++ b/laptop-files/.config/hypr/local.conf @@ -1 +1,5 @@ +# Main modifier +$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