Update configuration for input devices
This commit is contained in:
parent
c895e17283
commit
60e2c6f0b4
@ -187,15 +187,23 @@ bindsym $mod+$shift+0 move container to workspace $w10
|
|||||||
#}
|
#}
|
||||||
|
|
||||||
## INPUTS
|
## INPUTS
|
||||||
# Touchpad
|
# Mice
|
||||||
input "type:touchpad" {
|
input "type:pointer" {
|
||||||
accel_profile flat # Disables mouse acceleration
|
accel_profile flat # Disables mouse acceleration
|
||||||
drag enabled # Enable tap-dragging
|
|
||||||
dwt enabled # Disable device while typing
|
|
||||||
pointer_accel 1 # REALLY disable mouse accel
|
pointer_accel 1 # REALLY disable mouse accel
|
||||||
tap enabled # Enable tapping
|
|
||||||
tap_button_map lrm # 1/2/3-finger tap (left, right, middle)
|
|
||||||
}
|
}
|
||||||
|
input "type:touchpad" {
|
||||||
|
drag enabled
|
||||||
|
dwt enabled
|
||||||
|
tap enabled
|
||||||
|
tap_button_map lrm
|
||||||
|
}
|
||||||
|
# Keyboards
|
||||||
|
input "type:keyboard" {
|
||||||
|
xkb_capslock disabled
|
||||||
|
xkb_numlock enabled
|
||||||
|
}
|
||||||
|
# Misc
|
||||||
|
|
||||||
## OUTPUTS
|
## OUTPUTS
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
|
Loading…
Reference in New Issue
Block a user