From 83a6b24db604acec74b2c11464e6355852ad6638 Mon Sep 17 00:00:00 2001 From: sils Date: Wed, 25 Oct 2023 19:24:15 +0200 Subject: fix(u/sils/hyprland): enable natural scroll --- users/sils/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 0ace14e..30b242b 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -27,7 +27,7 @@ follow_mouse = "1"; touchpad = { - natural_scroll = "no"; + natural_scroll = "yes"; }; sensitivity = "0"; # -1.0 - 1.0, 0 means no modification. -- cgit 1.4.1