diff options
| -rw-r--r-- | nixos/hosts/bed/components/wm.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/hosts/bed/components/wm.nix b/nixos/hosts/bed/components/wm.nix index c988f6d..468596f 100644 --- a/nixos/hosts/bed/components/wm.nix +++ b/nixos/hosts/bed/components/wm.nix @@ -79,6 +79,7 @@ clickfinger_behavior = true, middle_button_emulation = true, tap_and_drag = true, + scroll_factor = 0.2, }, }, }) |
