From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luther Thompson Subject: bug#33189: Touchpad tap Date: Mon, 29 Oct 2018 00:01:44 -0400 Message-ID: <20181029000144.0d3df56a__655.278928070579$1540785610$gmane$org@gmail.com> References: <87a7mxn8ks.fsf@ambrevar.xyz> <20181028194918.32e4b6cc@gmail.com> <87woq1bmyq.fsf@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGykh-0008Tv-2q for bug-guix@gnu.org; Mon, 29 Oct 2018 00:02:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGykc-00041l-3m for bug-guix@gnu.org; Mon, 29 Oct 2018 00:02:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45567) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGykb-00041Y-TD for bug-guix@gnu.org; Mon, 29 Oct 2018 00:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGykb-0004O6-Tu for bug-guix@gnu.org; Mon, 29 Oct 2018 00:02:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87woq1bmyq.fsf@tobias.gr> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Tobias Geerinckx-Rice Cc: 33189@debbugs.gnu.org, Pierre Neidhardt , help-guix@gnu.org On Mon, 29 Oct 2018 01:44:45 +0100 Tobias Geerinckx-Rice wrote: > Here's what I use: > > Section \"InputClass\" > Identifier \"Touchpads\" > Driver \"libinput\" > MatchDevicePath \"/dev/input/event*\" > MatchIsTouchpad \"on\" > > Option \"DisableWhileTyping\" \"on\" > Option \"MiddleEmulation\" \"on\" > Option \"ClickMethod\" \"clickfinger\" > Option \"Tapping\" \"on\" > Option \"TappingButtonMap\" \"lrm\" > Option \"TappingDrag\" \"on\" > Option \"ScrollMethod\" \"twofinger\" > Option \"NaturalScrolling\" \"true\" > EndSection > > xinput(1) calls it an 'ETPS/2 Elantech Touchpad'. Thanks, but I still can't get it to work. This is my current config: Section \"InputClass\" Identifier \"Touchpads\" Driver \"libinput\" MatchDevicePath \"/dev/input/event*\" MatchIsTouchpad \"on\" Option \"DisableWhileTyping\" \"on\" Option \"Tapping\" \"on\" EndSection I've found from xinput that it's a 'SynPS/2 Synaptics TouchPad' at device node /dev/input/event6. I can't find a way to confirm the driver name. Luther