Add touchpad tapping and caps rebind.

This commit is contained in:
Sebastian Bugge 2024-11-24 19:13:26 +01:00
parent 1cc8cecb66
commit 2a917d93e3
2 changed files with 7 additions and 2 deletions

4
.Xmodmap Normal file
View file

@ -0,0 +1,4 @@
clear lock
clear control
add control = Caps_Lock Control_L Control_R
keycode 66 = Control_L Caps_Lock NoSymbol NoSymbol

View file

@ -9,8 +9,6 @@
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
exec xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
@ -181,6 +179,9 @@ mode "resize" {
bindsym $mod+r mode "resize"
exec xinput set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Tapping Enabled" 1
exec xmodmap ~/.Xmodmap
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {