Author: NicolasPierron
Date: Fri Sep  3 19:10:45 2010
New Revision: 23628
URL: https://svn.nixos.org/websvn/nix/?rev=23628&sc=1

Log:
Move matches just below the identifier.

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     Fri Sep  3 
18:55:36 2010        (r23627)
+++ nixos/trunk/modules/services/x11/hardware/synaptics.nix     Fri Sep  3 
19:10:45 2010        (r23628)
@@ -59,10 +59,10 @@
       ''
         # Automatically enable the synaptics driver for all touchpads.
         Section "InputClass"
-          Identifier "touchpad catchall"
-          Driver "synaptics"
+          Identifier "synaptics touchpad catchall"
           MatchIsTouchpad "on"
           ${optionalString (cfg.dev != null) ''MatchDevicePath "${cfg.dev}"''}
+          Driver "synaptics"
           Option "MaxTapTime" "180"
           Option "MaxTapMove" "220"
           Option "MinSpeed" "${cfg.minSpeed}"
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to