unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: znavko@tutanota.com
Cc: Bug Guix <bug-guix@gnu.org>, Help Guix <help-guix@gnu.org>
Subject: Re: Touchpad tap
Date: Sun, 28 Oct 2018 21:02:27 +0100	[thread overview]
Message-ID: <87a7mxn8ks.fsf@ambrevar.xyz> (raw)
In-Reply-To: <LPvy_pD--3-1@tutanota.com>

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

Hi!

Consult the manual, "(guix) X Window".  There is an example near the end:

--8<---------------cut here---------------start------------->8---
          (define bepo-evdev
            "Section \"InputClass\"
                  Identifier \"evdev keyboard catchall\"
                  Driver \"evdev\"
                  MatchIsKeyboard \"on\"
                  Option \"xkb_layout\" \"fr\"
                  Option \"xkb_variant\" \"bepo\"
          EndSection")

          (operating-system
            ...
            (services
              (modify-services %desktop-services
                (slim-service-type config =>
                  (slim-configuration
                    (inherit config)
                    (startx (xorg-start-command
                             #:configuration-file
                             (xorg-configuration-file
                               #:extra-config
                               (list bepo-evdev)))))))))
--8<---------------cut here---------------end--------------->8---

The above example only details keyboard configuration.  For your trackpad, have
a look at libinput's manpage.
Also https://wiki.archlinux.org/index.php/Libinput may give you a good coverage
of the topic.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2018-10-28 20:02 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 [this message]
2018-10-28 23:49   ` Luther Thompson
2018-10-29  0:44     ` bug#33189: " Tobias Geerinckx-Rice
     [not found]     ` <87woq1bmyq.fsf@tobias.gr>
2018-10-29  4:01       ` 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=87a7mxn8ks.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=bug-guix@gnu.org \
    --cc=help-guix@gnu.org \
    --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).