23 lines
491 B
Plaintext
23 lines
491 B
Plaintext
|
input {
|
||
|
kb_layout = us
|
||
|
repeat_delay = 300
|
||
|
repeat_rate = 50
|
||
|
follow_mouse = 1
|
||
|
|
||
|
touchpad {
|
||
|
natural_scroll = yes
|
||
|
scroll_factor = 1
|
||
|
middle_button_emulation = true
|
||
|
clickfinger_behavior = true
|
||
|
}
|
||
|
|
||
|
sensitivity = 0 # -0.2 # -1.0 - 1.0, 0 means no modification.
|
||
|
}
|
||
|
|
||
|
gestures {
|
||
|
workspace_swipe = true
|
||
|
workspace_swipe_distance = 600
|
||
|
workspace_swipe_cancel_ratio = 0.5
|
||
|
workspace_swipe_min_speed_to_force = 7
|
||
|
}
|