diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-08 15:04:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-08 15:04:58 +0200 |
commit | 3de1b5030becd33b05c44c6dcdc20e5b43b1f257 (patch) | |
tree | c3d966e0db5e8bdbaceb57b04e2d06e1b21a6c6d | |
parent | 0e849f058cc959a8fa4cd521d6d62f708d77ce55 (diff) |
Hyprland: Enable natural scrolling with mice
-rw-r--r-- | .config/hypr/hyprland.conf | 17 |
1 files changed, 9 insertions, 8 deletions
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 |