phoebe: update libinput config

this was done in hope of getting middle mouse button to act as a scroll
button, but alas, it does not work. At the very least, there are no
regressions yet
This commit is contained in:
Payas Relekar 2023-11-14 13:11:25 +05:30
parent 2121e0e7ff
commit cd8c2605e2

View file

@ -35,7 +35,17 @@
services.printing.enable = true;
# Enable touchpad support (enabled default in most desktopManager).
services.xserver.libinput.enable = true;
services.xserver.libinput = {
enable = true;
mouse = {
naturalScrolling = true;
tapping = true;
scrollMethod = "button";
scrollButton = 3;
middleEmulation = false;
};
};
# List packages installed in system profile. To search, run:
# $ nix search wget