disable touchpad while typing

This commit is contained in:
Schrottkatze 2024-02-02 22:25:27 +01:00
parent a73e54b6ac
commit 3f3e06fd45
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc

View file

@ -65,6 +65,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
services.xserver.libinput.touchpad.disableWhileTyping = true;
networking.networkmanager.enable = true;
networking.hostName = "potatobook-g";