Merge pull request #33215 from NixOS/yegortimoshenko-patch-1
libinput: disableWhileTyping = false by default
This commit is contained in:
commit
122720ff2b
@ -170,7 +170,7 @@ in {
|
||||
|
||||
disableWhileTyping = mkOption {
|
||||
type = types.bool;
|
||||
default = true;
|
||||
default = false;
|
||||
description =
|
||||
''
|
||||
Disable input method while typing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user