bug-guix
[Top][All Lists]
Advanced

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

bug#37428: Keyboard layout setting fails when no keyboard is attached


From: quiliro
Subject: bug#37428: Keyboard layout setting fails when no keyboard is attached
Date: Tue, 17 Sep 2019 23:52:28 -0500

On Mon, September 16, 2019 10:32 am, dario wrote:
> I have Guix system installed on a Laptop/Tablet hybrid that allows
> detaching the keyboard. In my system configuration, I set the keyboard
> layout to the German QWERTZ using
>
> (operating-system
> ...
>  (keyboard-layout
>   (keyboard-layout "de" "nodeadkeys"))
>  (bootloader
>   (bootloader-configuration
>    (bootloader grub-efi-bootloader)
>    (target "/boot/efi")
>    (keyboard-layout keyboard-layout)))
> ...
>  (services
>   (append
>    (list ...
>          (set-xorg-configuration
>           (xorg-configuration
>            (keyboard-layout keyboard-layout)
>            ...
>    %desktop-services))))))

(keyboard-layout keyboard-layout))






reply via email to

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