all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: znavko@tutanota.com
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: Touchpad tap config in slim-service-type configuration
Date: Wed, 27 Mar 2019 19:12:53 +0100	[thread overview]
Message-ID: <87d0mc2nkq.fsf@elephly.net> (raw)
In-Reply-To: <Lb-271N--3-1@tutanota.com>


znavko@tutanota.com writes:

> Now yes, but I think it is old, cause startx rests there in slim
> config:
> https://www.gnu.org/software/guix/manual/en/guix.html#index-slim_002dconfiguration

A copy of the manual that matches the version of Guix you have installed
comes with Guix itself.  I suggest using that up-to-date manual instead
of the manual on the web which matches the latest release.

You can access the manual with “info guix” on the command line (or with
the equivalent in Emacs, which has a much better info reader).  Hit “i”
for the index and type “slim-configuration” because that’s what the
error says has an error.

There you’ll find that “slim-configuration” no longer has a “startx”
field, but instead offers an “xorg-configuration” field.  So we hit “i”
again and type “xorg-configuration” to get more information about the
valid values…

The only reason why you passed a value for “startx” originally was just
to pass an Xorg configuration snippet via “#:extra-config”.  According
to the manual for “xorg-configuration” you can now do this directly via
the “extra-config” field of the “xorg-configuration” record.

So you’ll probably end up with something like this:

(service slim-service-type
         (slim-configuration
           (xorg-configuration
             (xorg-configuration
               (extra-config "…")))))


--
Ricardo

  reply	other threads:[~2019-03-27 18:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-27 15:17 Touchpad tap config in slim-service-type configuration znavko
2019-03-27 16:31 ` Ricardo Wurmus
2019-03-27 16:47   ` znavko
2019-03-27 18:12     ` Ricardo Wurmus [this message]
2019-03-28 17:24       ` znavko
2019-03-28 17:34         ` znavko

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=87d0mc2nkq.fsf@elephly.net \
    --to=rekado@elephly.net \
    --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 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.