all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: znavko@disroot.org
To: lutheroto@gmail.com
Cc: help-guix@gnu.org
Subject: Re: Issues with the new xorg-configuration
Date: Fri, 05 Apr 2019 19:56:42 +0000	[thread overview]
Message-ID: <8bc99e6fb1f7783f16e5e251204fab22@disroot.org> (raw)

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

Hi, Luther, I've brought back touchpad tapping with such config. Need to use gdm-service-type instead of slim-service-type   
 (services (cons*
 (service xfce-desktop-service-type)
 (service dhcp-client-service-type)

 (modify-services 
 (remove (lambda (service)
 (member (service-kind service)
 (list ntp-service-type avahi-service-type
 bluetooth-service network-manager-service-type)))
 %desktop-services) ;end of remove lambda services

 (wpa-supplicant-service-type config =>
 (wpa-supplicant-configuration
 (interface "wlp2s0")
 (config-file "/etc/wpa_supplicant/wpa_supplicant.conf")))

 (gdm-service-type config =>
 (gdm-configuration
 (xorg-configuration
 (xorg-configuration
 (extra-config 
 '("Section "InputClass"
 Identifier "touchpad"
 Driver "libinput"
 MatchIsTouchpad "on"
 Option "Tapping" "on"
 EndSection")
 )))))  
Apr 4, 2019, 7:49 PM by lutheroto@gmail.com: On Thu, 4 Apr 2019 20:47:04 +0200 (CEST) <znavko@tutanota.com (mailto:znavko@tutanota.com)> wrote:  Sorry, my tapping config that I've gave is not working too with current commit. Need to use manual or maybe it is a bug.   If it's not a Guix bug, then the problem is probably with the string that we pass to extra-config. The documentation for that is at xorg.conf[0] and libinput[1]. If that's not what the problem is, I have no idea what to search for in the Guix manual.  [0] https://www.x.org/releases/X11R7.7/doc/man/man5/xorg.conf.5.xhtml (https://www.x.org/releases/X11R7.7/doc/man/man5/xorg.conf.5.xhtml)  [1] https://www.mankier.com/4/libinput (https://www.mankier.com/4/libinput)  Luther

[-- Attachment #2: Type: text/html, Size: 2568 bytes --]

             reply	other threads:[~2019-04-05 20:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-05 19:56 znavko [this message]
2019-04-06 19:41 ` Issues with the new xorg-configuration Luther Thompson
2019-04-08 23:48 ` Luther Thompson
  -- strict thread matches above, loose matches on Subject: below --
2019-04-03 21:11 Luther Thompson
2019-04-04 13:17 ` znavko
2019-04-04 18:47   ` znavko
2019-04-04 19:49     ` Luther Thompson

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

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

  git send-email \
    --in-reply-to=8bc99e6fb1f7783f16e5e251204fab22@disroot.org \
    --to=znavko@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=lutheroto@gmail.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.