From 1ccc2dfea3583c13399bfc48c69851db91a3628b Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sat, 28 Dec 2024 13:15:07 +0000 Subject: [PATCH] home-manager/hyprland: set input.touchpad.scroll_factor --- modules/home-manager/desktop/wayland/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/desktop/wayland/hyprland/default.nix b/modules/home-manager/desktop/wayland/hyprland/default.nix index 20402c90..e24cbce0 100644 --- a/modules/home-manager/desktop/wayland/hyprland/default.nix +++ b/modules/home-manager/desktop/wayland/hyprland/default.nix @@ -97,6 +97,7 @@ in follow_mouse = 0; sensitivity = 0; touchpad = { + scroll_factor = 0.675; natural_scroll = true; middle_button_emulation = true; tap-to-click = true;