mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
fix: use updated values of input.sensitivity
This commit is contained in:
parent
a97e676fb7
commit
598736167a
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
input = {
|
input = {
|
||||||
sensitivity = "0.5";
|
sensitivity = "-0.4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue