Corrected layout files

This commit is contained in:
2026-03-03 22:00:30 +01:00
parent 2776626e40
commit 53fa96fc51
4 changed files with 40 additions and 51 deletions
@@ -1,28 +1,32 @@
# Keyboard and mouse settings
input {
follow_mouse = yes
kb_layout = us
kb_options = ctrl:nocaps
sensitivity = -0.5
accel_profile = adaptive
scroll_factor = 0.5
}
# Scrolling settings
# Scrolling modifier settings
input {
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`)
# Touchpad settings (applies to all touchpads)
input:touchpad:* {
natural_scroll = yes
scroll_factor = 0.5
}
# Focus settings
focus {
follow_mouse = yes
new_windows = smart
}
# Miscellaneous settings
misc {
resize_step = 10 10
anim_resize_friction = 0.1