Merge pull request #33215 from NixOS/yegortimoshenko-patch-1

libinput: disableWhileTyping = false by default
This commit is contained in:
Yegor Timoshenko 2017-12-31 01:57:20 +03:00 committed by GitHub
commit 122720ff2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ in {
disableWhileTyping = mkOption { disableWhileTyping = mkOption {
type = types.bool; type = types.bool;
default = true; default = false;
description = description =
'' ''
Disable input method while typing. Disable input method while typing.