Lots of new rules for hyprland

This commit is contained in:
2026-03-03 21:13:17 +01:00
parent 1bbf62fae2
commit 2776626e40
103 changed files with 490 additions and 5799 deletions
@@ -0,0 +1,29 @@
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
}