added remapping of caps to esc via software
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
4
.config/xremap/config.yml
Normal file
4
.config/xremap/config.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
modmap:
|
||||
- name: CapsLock to RightCtrl/Esc
|
||||
remap:
|
||||
CapsLock: Esc
|
||||
Reference in New Issue
Block a user