diff --git a/.config/dconf/user b/.config/dconf/user index 2ec2fee4..40d202c7 100644 Binary files a/.config/dconf/user and b/.config/dconf/user differ 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