From 3de1b5030becd33b05c44c6dcdc20e5b43b1f257 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 8 Sep 2023 15:04:58 +0200 Subject: Hyprland: Enable natural scrolling with mice --- .config/hypr/hyprland.conf | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 625b182..73666db 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -9,14 +9,15 @@ monitor = , preferred, auto, 1 layerrule = noanim, overlay input { - accel_profile = "adaptive" - follow_mouse = 1 - kb_layout = mango, mango, mango - kb_variant = basic, coding, german - kb_options = lv3:lalt_switch,compose:ralt - repeat_delay = 180 - repeat_rate = 35 - sensitivity = 0.8 + accel_profile = "adaptive" + follow_mouse = 1 + kb_layout = mango, mango, mango + kb_variant = basic, coding, german + kb_options = lv3:lalt_switch,compose:ralt + repeat_delay = 180 + repeat_rate = 35 + sensitivity = 0.8 + natural_scroll = yes touchpad { disable_while_typing = yes -- cgit v1.2.3