From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Touchpad tap config in slim-service-type configuration Date: Wed, 27 Mar 2019 19:12:53 +0100 Message-ID: <87d0mc2nkq.fsf@elephly.net> References: <87h8bo2sag.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:56725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h9D3B-0005Kg-VQ for help-guix@gnu.org; Wed, 27 Mar 2019 14:13:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h9D3A-0006AC-Na for help-guix@gnu.org; Wed, 27 Mar 2019 14:13:21 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21305) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h9D3A-00067B-2w for help-guix@gnu.org; Wed, 27 Mar 2019 14:13:20 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: Help Guix 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_002dconf= iguration 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 =E2=80=9Cinfo guix=E2=80=9D on the command l= ine (or with the equivalent in Emacs, which has a much better info reader). Hit =E2=80= =9Ci=E2=80=9D for the index and type =E2=80=9Cslim-configuration=E2=80=9D because that=E2= =80=99s what the error says has an error. There you=E2=80=99ll find that =E2=80=9Cslim-configuration=E2=80=9D no long= er has a =E2=80=9Cstartx=E2=80=9D field, but instead offers an =E2=80=9Cxorg-configuration=E2=80=9D field. S= o we hit =E2=80=9Ci=E2=80=9D again and type =E2=80=9Cxorg-configuration=E2=80=9D to get more information= about the valid values=E2=80=A6 The only reason why you passed a value for =E2=80=9Cstartx=E2=80=9D origina= lly was just to pass an Xorg configuration snippet via =E2=80=9C#:extra-config=E2=80=9D.= According to the manual for =E2=80=9Cxorg-configuration=E2=80=9D you can now do this = directly via the =E2=80=9Cextra-config=E2=80=9D field of the =E2=80=9Cxorg-configuration= =E2=80=9D record. So you=E2=80=99ll probably end up with something like this: (service slim-service-type (slim-configuration (xorg-configuration (xorg-configuration (extra-config "=E2=80=A6"))))) -- Ricardo