bind Caps Lock to Ctrl on hold and Esc on press
This commit is contained in:
parent
3b3ff96ec9
commit
6193f8d752
1 changed files with 4 additions and 0 deletions
|
@ -33,3 +33,7 @@ if [ "$GDMSESSION" = "dwm" ]; then
|
|||
/usr/bin/lxqt-policykit-agent &
|
||||
pipewire &
|
||||
fi
|
||||
|
||||
#bind Caps Lock to be Ctrl on hold and Esc on simple press
|
||||
setxkbmap -option 'caps:ctrl_modifier'
|
||||
xcape -e 'Caps_Lock=Escape'
|
||||
|
|
Loading…
Reference in a new issue