Author: shlevy
Date: Wed Aug 10 22:14:46 2011
New Revision: 28472
URL: https://svn.nixos.org/websvn/nix/?rev=28472&sc=1

Log:
synaptics module: By default, disable edge drag scrolling if two finger 
scrolling is enabled

Modified:
   nixos/trunk/modules/services/x11/hardware/synaptics.nix

Modified: nixos/trunk/modules/services/x11/hardware/synaptics.nix
==============================================================================
--- nixos/trunk/modules/services/x11/hardware/synaptics.nix     Wed Aug 10 
20:20:00 2011        (r28471)
+++ nixos/trunk/modules/services/x11/hardware/synaptics.nix     Wed Aug 10 
22:14:46 2011        (r28472)
@@ -42,7 +42,7 @@
       };
 
       vertEdgeScroll = mkOption {
-        default = true;
+        default = ! cfg.twoFingerScroll;
         description = "Whether to enable vertical edge drag-scrolling.";
       };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to