Skip to content

Commit

Permalink
Merge pull request #10 from Ericson2314/master
Browse files Browse the repository at this point in the history
Dell XPS 9550: Better to use libinput than synaptics
  • Loading branch information
Emery Hemingway committed Mar 25, 2016
2 parents 86393d6 + 74c8b02 commit ad24584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dell/xps-15-9550.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
boot.loader.efi.canTouchEfiVariables = true;

# Honestly forget if needed or just better for touchpad.
# Would be nice to try libinput instead once nixos-unstable updates
services.xserver.synaptics.enable = true;
# Synaptics also works, but doesn't have working palm and thumb detection.
services.xserver.libinput.enable = true;

# Intel Graphics confirmed not working at 4.1, confirmed working at {4.3, 4.4}
kernelAtleast =
Expand Down

0 comments on commit ad24584

Please sign in to comment.