From 761db94e19fd9c8c56d71a997c130cbcbb8d2742 Mon Sep 17 00:00:00 2001 From: voidarclabs Date: Sat, 1 Nov 2025 23:17:48 +0000 Subject: [PATCH] added remapping of caps to esc via software --- .config/dconf/user | Bin 5861 -> 5861 bytes .config/hypr/startup.conf | 1 + .config/xremap/config.yml | 4 ++++ 3 files changed, 5 insertions(+) create mode 100644 .config/xremap/config.yml diff --git a/.config/dconf/user b/.config/dconf/user index 2ec2fee4f675c434a6d1e46db9df5c83f18ed7f8..40d202c7d7ed48a94bb4fe770b47625b8f49aae2 100644 GIT binary patch delta 51 zcmaE=`&4%WzaYPnfw8%TvALdwiJ7^viN$1jA=$~+g4g&g%#187P4&zTP0WlieP4x^d%#1Bej5f;) H9b*9iXY>s+ diff --git a/.config/hypr/startup.conf b/.config/hypr/startup.conf index 3a3b46d4..9275243f 100644 --- a/.config/hypr/startup.conf +++ b/.config/hypr/startup.conf @@ -6,6 +6,7 @@ exec-once = $scrPath/polkitkdeauth.sh # authentication dialogue for GUI apps exec-once = way-edges # Screen Edge Shell exec-once = waybar # System bar exec-once = swaync # Notifications +exec-once = xremap ~/.config/xremap/config.yml --device /dev/input/event0 # Remap Caps to esc so i can use nvim without losing it exec-once = swww-daemon # Wallpaper exec-once = ~/.config/scripts/.venv/bin/python ~/.config/scripts/notify.py # Android notification forwarding exec-once = wayvnc 0.0.0.0 --output=DP-1 # runs vnc server on all interfaces diff --git a/.config/xremap/config.yml b/.config/xremap/config.yml new file mode 100644 index 00000000..80d6fa6e --- /dev/null +++ b/.config/xremap/config.yml @@ -0,0 +1,4 @@ +modmap: + - name: CapsLock to RightCtrl/Esc + remap: + CapsLock: Esc