fix: use updated values of input.sensitivity

This commit is contained in:
Youwen Wu 2024-08-21 17:02:09 -07:00
parent a97e676fb7
commit 598736167a
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@
}; };
}; };
input = { input = {
sensitivity = "0.5"; sensitivity = "-0.4";
}; };
}; };
}; };

View file

@ -7,7 +7,7 @@
tap-to-click = false; tap-to-click = false;
scroll_factor = 0.5; scroll_factor = 0.5;
}; };
wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce 1.0; wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce 0.0;
wayland.windowManager.hyprland.settings.env = [ wayland.windowManager.hyprland.settings.env = [
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_THEME,Bibata-Modern-Ice"
"HYPRCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24"