libinput: disableWhileTyping = false by default

This commit is contained in:
Yegor Timoshenko 2017-12-30 22:02:16 +00:00 committed by GitHub
parent 810ec3f8bd
commit c31ac41810
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.