Add touchpad tapping and caps rebind.
This commit is contained in:
parent
1cc8cecb66
commit
2a917d93e3
2 changed files with 7 additions and 2 deletions
4
.Xmodmap
Normal file
4
.Xmodmap
Normal 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
|
|
@ -9,8 +9,6 @@
|
||||||
#
|
#
|
||||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
# 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
|
set $mod Mod4
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# 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"
|
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
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue