mbox series

[bug#35120,0/3] Simpler Xorg keyboard layout config, updated doc

Message ID 20190403123626.29711-1-ludo@gnu.org
Headers show
Series Simpler Xorg keyboard layout config, updated doc | expand

Message

Ludovic Courtès April 3, 2019, 12:36 p.m. UTC
Hi,

Here are patches to simplify Xorg keyboard layout configuration a bit
and to update documentation.

Thoughts?

Ludo’.

Ludovic Courtès (3):
  services: xorg: Add 'set-xorg-configuration'.
  doc: Explain how to change the keyboard layout at run time.
  services: console-keymap: Deprecate.

 doc/guix.texi                    | 77 +++++++++++++++++++-------------
 gnu/services/base.scm            |  3 +-
 gnu/services/xorg.scm            | 22 ++++++++-
 gnu/system/examples/desktop.tmpl | 14 ++++--
 4 files changed, 81 insertions(+), 35 deletions(-)

Comments

Ludovic Courtès April 5, 2019, 1:48 p.m. UTC | #1
Ludovic Courtès <ludo@gnu.org> skribis:

>   services: xorg: Add 'set-xorg-configuration'.
>   doc: Explain how to change the keyboard layout at run time.
>   services: console-keymap: Deprecate.

Pushed!

As Julien noted on IRC, ‘set-xorg-configuration’ only works for
‘gdm-service-type’ right now.  It’d be great to do the same for SLiM and
co.  Help welcome.  :-)

Ludo’.