finetune mouse acceleration

This commit is contained in:
Yan Lin 2025-10-29 07:57:45 +01:00
parent 403b11c183
commit c1fda700de
4 changed files with 22 additions and 1 deletions

View file

@ -72,7 +72,7 @@ in
enable = true;
touchpad = {
naturalScrolling = true;
tapping = true;
tapping = false;
};
};

View file

@ -16,6 +16,12 @@ in
cursor-theme = "Adwaita";
};
# Touchpad settings
"org/gnome/desktop/peripherals/touchpad" = {
tap-to-click = false;
natural-scroll = true;
};
# Desktop background
"org/gnome/desktop/background" = {
picture-uri = "file:///home/yanlin/Documents/Library/nixos-nineish-dark@4k.png";