From b59ede218bda2ab6a9819a316dab8ab608575605 Mon Sep 17 00:00:00 2001 From: devhell Date: Wed, 9 Jun 2021 13:11:41 +0100 Subject: machines/devhell: Add touchpad to libinput I've done this before with herja, and then forgot to update the others. --- machines/devhell/eir.nix | 6 ++++-- machines/devhell/hildr.nix | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'machines') diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix index 95e75370..eae67a4f 100644 --- a/machines/devhell/eir.nix +++ b/machines/devhell/eir.nix @@ -125,8 +125,10 @@ libinput = { enable = true; - disableWhileTyping = true; - middleEmulation = true; + touchpad = { + disableWhileTyping = true; + middleEmulation = true; + }; }; # synaptics = { # enable = true; diff --git a/machines/devhell/hildr.nix b/machines/devhell/hildr.nix index 1a547b68..0c3e777d 100644 --- a/machines/devhell/hildr.nix +++ b/machines/devhell/hildr.nix @@ -141,8 +141,10 @@ libinput = { enable = true; - disableWhileTyping = true; - middleEmulation = true; + touchpad = { + disableWhileTyping = true; + middleEmulation = true; + }; }; # synaptics = { # enable = true; -- cgit 1.4.1