mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: adjust sensitivity
This commit is contained in:
parent
598736167a
commit
2a92bc9e69
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@
|
|||
};
|
||||
};
|
||||
input = {
|
||||
sensitivity = "-0.4";
|
||||
sensitivity = "-0.65";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
tap-to-click = false;
|
||||
scroll_factor = 0.5;
|
||||
};
|
||||
wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce 0.0;
|
||||
wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce "-0.1";
|
||||
wayland.windowManager.hyprland.settings.env = [
|
||||
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
|
|
Loading…
Reference in a new issue