From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: Re: bug#33189: Touchpad tap Date: Mon, 29 Oct 2018 01:44:45 +0100 Message-ID: <87woq1bmyq.fsf@tobias.gr> References: <87a7mxn8ks.fsf@ambrevar.xyz> <20181028194918.32e4b6cc@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39080) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGvfj-0004El-Em for help-guix@gnu.org; Sun, 28 Oct 2018 20:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGvfi-0003jf-I4 for help-guix@gnu.org; Sun, 28 Oct 2018 20:44:47 -0400 Received: from tobias.gr ([2001:470:7405::1]:36366) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gGvfg-0003gV-Hl for help-guix@gnu.org; Sun, 28 Oct 2018 20:44:46 -0400 In-reply-to: <20181028194918.32e4b6cc@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Luther Thompson , znavko@tutanota.com Cc: 33189@debbugs.gnu.org, help-guix@gnu.org Luther, Luther Thompson wrote: > Section \"InputClass\" > Identifier \"touchpad-all\" > MatchIsTouchpad \"on\" > Option \"DisableWhileTyping\" \"on\" > Option \"Tapping\" \"on\" > EndSection" [...] > Neither DisableWhileTyping nor Tapping has any effect. I also > set the > corresponding settings in Gnome Tweaks > Keyboard & Mouse > > Touchpad. > If I need a Driver field or some specific Identifier, I haven't > been > able to find a way to determine the correct info for those > fields. 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'. Kind regards, T G-R