guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SLiM graphical login manager and keyboard layout


From: Tanguy Le Carrour
Subject: Re: SLiM graphical login manager and keyboard layout
Date: Fri, 18 Oct 2019 18:11:22 +0200
User-agent: NeoMutt/20180716

Hi Diego!


Le 10/18, Diego Nicola Barbato a écrit :
> You can set the keyboard layout directly in the slim-configuration like
> this:
> --8<---------------cut here---------------start------------->8---
> (service slim-service-type
>          (slim-configuration
>           (xorg-configuration
>            (keyboard-layout keyboard-layout))))
> --8<---------------cut here---------------end--------------->8---

I have a slightly different version that works!

--8<---------------cut here---------------start------------->8---
           (service slim-service-type
             (slim-configuration
              (xorg-configuration
               (xorg-configuration
                (keyboard-layout keyboard-layout))))))
--8<---------------cut here---------------end--------------->8---


I don't understand the "double" `xorg-configuration`, though! ^_^'

-- 
Tanguy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]