From f053df5c0b6ae9ea7dcb6dd59b71126b72b6e45b Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 23 Dec 2024 22:40:00 +0100 Subject: [PATCH] feat: enable `natural_scroll` in hyprland --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index e143dcc..9e662b0 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -106,7 +106,7 @@ follow_mouse = 1; sensitivity = 0; touchpad = { - natural_scroll = false; + natural_scroll = true; }; };