all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nils Gillmann <ng0@n0.is>
To: Luther Thompson <lutheroto@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: No dvorak in window manager
Date: Wed, 20 Jun 2018 18:35:04 +0000	[thread overview]
Message-ID: <20180620183504.i377hz7ddmko5uo7@abyayala> (raw)
In-Reply-To: <CALjmB51JP7=NCABxSLWTQs-J4cNJd0v57qm2=4kj-BiGysFjgg@mail.gmail.com>

Luther Thompson transcribed 1.8K bytes:
> I installed GuixSD today. When I boot up, both the login manager and
> the desktop session use qwerty. I do see dvorak when I hit Ctrl+Alt+F2
> for a non-window console. `loadkeys dvorak` has no effect in either

That is because loadkeys is for the tty. In X you would use setxkbmap
or your WM/DM provided tools for setting it. setxkbmap comes as part
of the package 'setxkbmap' in guix.

For SDDM and SLIM the fact that it's just en_US is a bug in our
invocation of it (or upstream? I forgot, simply because I opened
a bug report long time ago not to think about reasons why this
happens).

> place. Here is my OS definition:
> 
> (use-modules (gnu) (gnu system nss))
> (use-service-modules desktop)
> (use-package-modules certs gnome)
> 
> (operating-system
>   (host-name "targaryen")
>   (timezone "America/New_York")
>   (locale "en_US.utf8")
> 
>   (bootloader (bootloader-configuration
>                 (bootloader grub-bootloader)
>                 (target "/dev/sda")))
> 
>   (file-systems (cons (file-system
>                         (device "my-root")
>                         (mount-point "/")
>                         (type "ext4")
> (title 'label))
>                       %base-file-systems))
> 
>   (users (cons (user-account
>                 (name "luther")
>                 (comment "Luther Thompson")
>                 (group "users")
>                 (supplementary-groups '("wheel" "netdev"
>                                         "audio" "video"))
>                 (home-directory "/home/luther"))
>                %base-user-accounts))
> 
>   ;; This is where we specify system-wide packages.
>   (packages (cons* nss-certs         ;for HTTPS access
>                    gvfs              ;for user mounts
>                    %base-packages))
> 
>   ;; Add GNOME and/or Xfce---we can choose at the log-in
>   ;; screen with F1.  Use the "desktop" services, which
>   ;; include the X11 log-in service, networking with Wicd,
>   ;; and more.
>   (services (cons* (console-keymap-service "dvorak")
>   (gnome-desktop-service)
>                    (xfce-desktop-service)
>                    %desktop-services))
> 
>   ;; Allow resolution of '.local' host names with mDNS.
>   (name-service-switch %mdns-host-lookup-nss)
> 
>   (swap-devices '("/swapfile")))
> 
> -- 
> Luther Thompson
> 

      parent reply	other threads:[~2018-06-20 18:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-17 23:00 No dvorak in window manager Luther Thompson
2018-06-18 13:25 ` Joshua Branson
2018-06-19  4:56   ` Luther Thompson
2018-06-20 18:35 ` Nils Gillmann [this message]

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=20180620183504.i377hz7ddmko5uo7@abyayala \
    --to=ng0@n0.is \
    --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.