From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: bug#33189: Touchpad tap Date: Mon, 29 Oct 2018 01:44:45 +0100 Message-ID: <87woq1bmyq.fsf__12312.5284947038$1540773846$gmane$org@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]:39243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGvg2-0004Ru-1y for bug-guix@gnu.org; Sun, 28 Oct 2018 20:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGvfy-0003w7-MA for bug-guix@gnu.org; Sun, 28 Oct 2018 20:45:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45248) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGvfy-0003vp-9N for bug-guix@gnu.org; Sun, 28 Oct 2018 20:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGvfy-0005m3-7q for bug-guix@gnu.org; Sun, 28 Oct 2018 20:45:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20181028194918.32e4b6cc@gmail.com> 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: Luther Thompson , znavko@tutanota.com Cc: 33189@debbugs.gnu.org, Pierre Neidhardt , 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