Compare commits

..

2 Commits

Author SHA1 Message Date
tux
0934d3235d fix(input): adjust mouse sensitivity 2025-10-08 15:01:13 +05:30
tux
e55e55ddbf feat(input): configure mouse acceleration profile 2025-10-08 04:03:22 +05:30
3 changed files with 3 additions and 1 deletions

View File

@@ -244,6 +244,7 @@
};
libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
# To use Auto-cpufreq we need to
# disable TLP because it's enabled by nixos-hardware

View File

@@ -65,6 +65,7 @@
};
libinput.touchpad.naturalScrolling = true;
libinput.mouse.accelProfile = "flat";
blueman.enable = true;

View File

@@ -41,7 +41,7 @@
#-- Input: Keyboard, Mouse, Touchpad
input = {
sensitivity = -0.5;
sensitivity = -0.7;
scroll_method = "2 fg";
touchpad = {
natural_scroll = true;