Files
nixos/henrovnix_ok/assets/copy_stuff/.config/hypr/conf/behaviour.conf
T
2026-03-03 21:13:17 +01:00

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
}