switch from synaptics to libinput

auto-flake-update
Yorick van Pelt 2017-01-26 14:52:06 +01:00
parent 69bddec6fb
commit a44a8ff0aa
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@
hardware.cpu.intel.updateMicrocode = true;
services.xserver.synaptics.enable = true;
services.xserver.libinput.enable = true;
services.thermald.enable = true;
networking.wireless.enable = true;

View File

@ -8,6 +8,10 @@
horizontalScroll = true;
scrollDelta = -107; # inverted scrolling
};
libinput = {
naturalScrolling = true;
tappingDragLock = false;
};
layout = "us";
displayManager.slim.defaultUser = "yorick";
# xkbOptions = "eurosign:e";