Fix some indentation

This commit is contained in:
Salt 2025-01-21 01:01:56 -06:00
parent 8e0a3f938b
commit 40bfa59169

View File

@ -2,12 +2,12 @@
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = us kb_layout = us
accel_profile = flat accel_profile = flat
follow_mouse = 1 follow_mouse = 1
numlock_by_default = true numlock_by_default = true
touchpad { touchpad {
# Also sometimes called "Australian Scrolling" # Also sometimes called "Australian Scrolling"
natural_scroll = no natural_scroll = no
} }
sensitivity = 0 # -1.0 to 1.0, 0 means no modification. sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
} }