diff options
author | tv <tv@shackspace.de> | 2015-10-24 22:31:10 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-24 22:31:10 +0200 |
commit | 0306ec4294f6d825ca65c7b0c98a80a3bced8fdf (patch) | |
tree | eb9e3772407963c25a4d6bd8125b3a2a72bb29ca /tv/2configs/synaptics.nix | |
parent | b2deab26bd52a994003cafc33872b6c084cdd716 (diff) |
tv: lol display-manager
Diffstat (limited to 'tv/2configs/synaptics.nix')
-rw-r--r-- | tv/2configs/synaptics.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tv/2configs/synaptics.nix b/tv/2configs/synaptics.nix deleted file mode 100644 index c47cb9deb..000000000 --- a/tv/2configs/synaptics.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, pkgs, ... }: - -{ - # TODO this is host specific - services.xserver.synaptics = { - enable = true; - twoFingerScroll = true; - accelFactor = "0.035"; - additionalOptions = '' - Option "FingerHigh" "60" - Option "FingerLow" "60" - ''; - }; -} |