From 40bfa59169aa9f16e44fd0ddb3841fc1cdca314c Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 21 Jan 2025 01:01:56 -0600 Subject: [PATCH] Fix some indentation --- hyprland/.config/hypr/config.d/04-inputs.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/hyprland/.config/hypr/config.d/04-inputs.conf b/hyprland/.config/hypr/config.d/04-inputs.conf index 99e0b4b4..76c237bc 100644 --- a/hyprland/.config/hypr/config.d/04-inputs.conf +++ b/hyprland/.config/hypr/config.d/04-inputs.conf @@ -2,12 +2,12 @@ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us - accel_profile = flat - follow_mouse = 1 - numlock_by_default = true - touchpad { - # Also sometimes called "Australian Scrolling" - natural_scroll = no - } + accel_profile = flat + follow_mouse = 1 + numlock_by_default = true + touchpad { + # Also sometimes called "Australian Scrolling" + natural_scroll = no + } sensitivity = 0 # -1.0 to 1.0, 0 means no modification. }