all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luther Thompson <lutheroto@gmail.com>
To: Joshua Branson <jbranso@fastmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: No dvorak in window manager
Date: Tue, 19 Jun 2018 00:56:59 -0400	[thread overview]
Message-ID: <CALjmB53=0BGcURob5QXgR8cgRZOP74rmndnU5u0xv_Jus+YZRA@mail.gmail.com> (raw)
In-Reply-To: <87d0wokz08.fsf@fastmail.com>

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]

On Mon, Jun 18, 2018 at 9:25 AM, Joshua Branson <jbranso@fastmail.com>
wrote:
> Luther Thompson <lutheroto@gmail.com> writes:
>
>> 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
>> place. Here is my OS definition:
>>
>
> I've had a similar problem.  I know that there are a couple of solutions
> floating around.  I think one of them my be using setxkbmap...Or
> possibly configuring X to prefer the dvorak layout...
>
> I personally never figured that issue out.  Right now I'm running
> Parabola GNU/Linux-libre, and I've got guix installed on it...
>

Update: I decided to check the latest git master commit to see if the
docs had changed. I found some
​thing about controlling ​the keyboard
layout, and I found more examples in the guix-help archives. This is
​the 'services' ​field that I ended up using:


(services (cons* (console-keymap-service "dvorak")
 (gnome-desktop-service)
                 (xfce-desktop-service)
                 (modify-services %desktop-services
    (slim-service-type config =>
                         (slim-configuration

​ ​
(inherit config)

​ ​
(​
startx (xorg-start-command

​ ​
#:configuration-file

​ ​
(xorg-configuration-file

​ ​
#:extra-config
'("Section \"InputClass\"
        Identifier \"keyboard-all\"
        Option \"XkbLayout\" \"dvorak\"
        MatchIsKeyboard \"on\"
EndSection")))))))))


​This successfully fixed the problem in the ​login manager. (GNOME, of
course, had to be configured separately.)

-- 
Luther Thompson

[-- Attachment #2: Type: text/html, Size: 4414 bytes --]

  reply	other threads:[~2018-06-19  4:57 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 [this message]
2018-06-20 18:35 ` Nils Gillmann

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='CALjmB53=0BGcURob5QXgR8cgRZOP74rmndnU5u0xv_Jus+YZRA@mail.gmail.com' \
    --to=lutheroto@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=jbranso@fastmail.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.