summary refs log tree commit diff
path: root/nixos/modules/services/x11/hardware
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-30 22:02:16 +0000
committerGitHub <noreply@github.com>2017-12-30 22:02:16 +0000
commitc31ac418103019efbacb9bef14099807b253d044 (patch)
treee759c4da8e71e8fbf80fac9a59bda1084a52c842 /nixos/modules/services/x11/hardware
parent810ec3f8bd573f437c850935de707c4025cb57db (diff)
downloadnixlib-c31ac418103019efbacb9bef14099807b253d044.tar
nixlib-c31ac418103019efbacb9bef14099807b253d044.tar.gz
nixlib-c31ac418103019efbacb9bef14099807b253d044.tar.bz2
nixlib-c31ac418103019efbacb9bef14099807b253d044.tar.lz
nixlib-c31ac418103019efbacb9bef14099807b253d044.tar.xz
nixlib-c31ac418103019efbacb9bef14099807b253d044.tar.zst
nixlib-c31ac418103019efbacb9bef14099807b253d044.zip
libinput: disableWhileTyping = false by default
Diffstat (limited to 'nixos/modules/services/x11/hardware')
-rw-r--r--nixos/modules/services/x11/hardware/libinput.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/hardware/libinput.nix b/nixos/modules/services/x11/hardware/libinput.nix
index 5aecdef812e6..d0a87f183b6f 100644
--- a/nixos/modules/services/x11/hardware/libinput.nix
+++ b/nixos/modules/services/x11/hardware/libinput.nix
@@ -170,7 +170,7 @@ in {
 
       disableWhileTyping = mkOption {
         type = types.bool;
-        default = true;
+        default = false;
         description =
           ''
             Disable input method while typing.