summary refs log tree commit diff
path: root/modules/services/x11/xserver.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-10 14:13:57 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-08-10 14:13:57 +0000
commit2e0a569187991b815af91773e0c23546e1184a16 (patch)
treecd593ce1094181ef9448db1969ba9211c11c3c8c /modules/services/x11/xserver.nix
parent5456815016195630c0d07b4f25465515b5c72e4f (diff)
downloadnixlib-2e0a569187991b815af91773e0c23546e1184a16.tar
nixlib-2e0a569187991b815af91773e0c23546e1184a16.tar.gz
nixlib-2e0a569187991b815af91773e0c23546e1184a16.tar.bz2
nixlib-2e0a569187991b815af91773e0c23546e1184a16.tar.lz
nixlib-2e0a569187991b815af91773e0c23546e1184a16.tar.xz
nixlib-2e0a569187991b815af91773e0c23546e1184a16.tar.zst
nixlib-2e0a569187991b815af91773e0c23546e1184a16.zip
* Use InputClass in the synaptics module to automatically use the
  synaptics driver for all touchpads (unless the "dev" option is set).
* Get rid of some synaptics options: SHMConfig, Repeater (obsolete);
  *Edge (usually auto-detected), Protocol (use auto-detect instead).

svn path=/nixos/trunk/; revision=23092
Diffstat (limited to 'modules/services/x11/xserver.nix')
-rw-r--r--modules/services/x11/xserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/x11/xserver.nix b/modules/services/x11/xserver.nix
index 8276f1162230..900ed00f4b44 100644
--- a/modules/services/x11/xserver.nix
+++ b/modules/services/x11/xserver.nix
@@ -462,7 +462,7 @@ in
         EndSection
 
         Section "InputClass"
-          Identifier "Keyboards catch all"
+          Identifier "Keyboard catchall"
           MatchIsKeyboard "on"
           Option "XkbRules" "base"
           Option "XkbModel" "${cfg.xkbModel}"