1
0
Fork 0
guix-home-laptop/.config/hypr/input.conf

23 lines
491 B
Plaintext
Raw Normal View History

2024-10-27 04:05:06 +00:00
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
}