Adds missing code
This commit is contained in:
parent
cf590e48bd
commit
20f63ff346
9 changed files with 372 additions and 5 deletions
|
|
@ -33,7 +33,8 @@ input {
|
|||
kb_rules =
|
||||
repeat_rate = 50
|
||||
repeat_delay = 300
|
||||
|
||||
accel_profile = flat
|
||||
|
||||
sensitivity = 0 #mouse sensitivity
|
||||
numlock_by_default = true
|
||||
left_handed = false
|
||||
|
|
@ -47,7 +48,7 @@ input {
|
|||
middle_button_emulation = true
|
||||
tap-to-click = true
|
||||
drag_lock = false
|
||||
}
|
||||
}
|
||||
|
||||
# below for devices with touchdevice ie. touchscreen
|
||||
touchdevice {
|
||||
|
|
@ -59,8 +60,13 @@ input {
|
|||
transform = 0
|
||||
left_handed = 0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
device {
|
||||
name = logitech-mx-ergo-1
|
||||
accel_profile = adaptive
|
||||
}
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue