Skip to content

Commit

Permalink
libinput: disableWhileTyping = false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Dec 30, 2017
1 parent 810ec3f commit c31ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/hardware/libinput.nix
Expand Up @@ -170,7 +170,7 @@ in {

disableWhileTyping = mkOption {
type = types.bool;
default = true;
default = false;
description =
''
Disable input method while typing.
Expand Down

0 comments on commit c31ac41

Please sign in to comment.