30 lines
554 B
Plaintext
30 lines
554 B
Plaintext
input {
|
|
follow_mouse = yes
|
|
kb_layout = us
|
|
kb_options = ctrl:nocaps
|
|
sensitivity = -0.5
|
|
accel_profile = adaptive
|
|
scroll_factor = 0.5
|
|
|
|
# Scrolling settings
|
|
scroll_main_mod = alt
|
|
scroll_main_mod_invert = no
|
|
scroll_per_border = yes
|
|
}
|
|
|
|
# Touchpad settings (replace "touchpad_name" with your device name from `hyprctl devices`)
|
|
input:touchpad:* {
|
|
natural_scroll = yes
|
|
scroll_factor = 0.5
|
|
}
|
|
|
|
focus {
|
|
follow_mouse = yes
|
|
new_windows = smart
|
|
}
|
|
|
|
misc {
|
|
resize_step = 10 10
|
|
anim_resize_friction = 0.1
|
|
}
|