unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: Luther Thompson <lutheroto@gmail.com>, znavko@tutanota.com
Cc: 33189@debbugs.gnu.org, Pierre Neidhardt <mail@ambrevar.xyz>,
	help-guix@gnu.org
Subject: bug#33189: Touchpad tap
Date: Mon, 29 Oct 2018 01:44:45 +0100	[thread overview]
Message-ID: <87woq1bmyq.fsf__12312.5284947038$1540773846$gmane$org@tobias.gr> (raw)
In-Reply-To: <20181028194918.32e4b6cc@gmail.com>

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

  reply	other threads:[~2018-10-29  0:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-28 18:40 Touchpad tap znavko
2018-10-28 20:02 ` Pierre Neidhardt
2018-10-28 23:49   ` Luther Thompson
2018-10-29  0:44     ` Tobias Geerinckx-Rice [this message]
     [not found]     ` <87woq1bmyq.fsf@tobias.gr>
2018-10-29  4:01       ` bug#33189: " Luther Thompson
2019-05-13 17:27 ` Alex Griffin
2021-08-23 10:45 ` bug#33189: (No Subject) Attila Lendvai
2022-03-25 17:44   ` bug#33189: Touchpad tap Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='87woq1bmyq.fsf__12312.5284947038$1540773846$gmane$org@tobias.gr' \
    --to=me@tobias.gr \
    --cc=33189@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    --cc=lutheroto@gmail.com \
    --cc=mail@ambrevar.xyz \
    --cc=znavko@tutanota.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).