mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 09:43:50 -08:00
feat: change touchpad scroll factor
This commit is contained in:
parent
6a3c7cfb84
commit
efbcaad706
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
disable_while_typing = true;
|
||||
clickfinger_behavior = true;
|
||||
tap-to-click = false;
|
||||
scroll_factor = 0.5;
|
||||
scroll_factor = 0.15;
|
||||
};
|
||||
wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce "0.0";
|
||||
wayland.windowManager.hyprland.settings.env = [
|
||||
|
|
Loading…
Reference in a new issue