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 17:36:20 +0200
User-agent: NeoMutt/20180716

Hi Joshua!


Le 10/18, Joshua Branson a écrit :
> Tanguy Le Carrour <address@hidden> writes:
> > I'm not a Gnome user and I would like to get rid of GDM and use SLiM
> > instead.
> This kind of question is best asked on help-guix mailing list. :)

Yeah, I thought so, but then I figured out that this could be solved by
modifying the code for slim-service-type and posted it on "dev".
If it's just a matter of configuring the service-type, then you're
right, I should have posted it on "help".


> > I'm struggling to set the keyboard layout as, apparently,
> > slim-service-type is not supposed to be extended as gdm-service-type is.
> 
> When I last tried sddm, I was able to swap my layout like so:
> 
> (service sddm-service-type
>  (sddm-configuration
>   (xorg-configuration
>    (xorg-configuration
>     (keyboard-layout (keyboard-layout "us" "dvorak"))))))

I tried something a bit different with SLiM:

```
    (service slim-service-type
     (slim-configuration
      (xorg-configuration
       (xorg-configuration
        (keyboard-layout keyboard-layout)
```

I don't now why, but `(keyboard-layout (keyboard-layout "us" "dvorak"))`
was throwing an error.

It seems to work… actually, it's been building linux-libre for half
an hour now, so I cannot really tell right now! ^_^'

Thanks for the help!
I'll post to "help" if this does not solve my problem!


-- 
Tanguy



reply via email to

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