remap caps lock to esc
This commit is contained in:
parent
174addccf4
commit
f368ba5f4c
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
unset f
|
unset f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# maps caps lock to esc
|
||||||
|
setxkbmap -option caps:escape
|
||||||
|
|
||||||
# Enable tap-to-click
|
# Enable tap-to-click
|
||||||
xinput set-prop 'SYNA2393:00 06CB:7A13 Touchpad' 'libinput Tapping Enabled' 1
|
xinput set-prop 'SYNA2393:00 06CB:7A13 Touchpad' 'libinput Tapping Enabled' 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue