added remapping of caps to esc via software

This commit is contained in:
voidarclabs
2025-11-01 23:17:48 +00:00
parent 2d42eef9a9
commit 761db94e19
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -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

View File

@@ -0,0 +1,4 @@
modmap:
- name: CapsLock to RightCtrl/Esc
remap:
CapsLock: Esc