From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: keyboard layout Date: Fri, 20 Mar 2020 09:51:34 +0100 Message-ID: <87imizqui1.fsf@ambrevar.xyz> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48341) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jFDNX-0001M8-HW for help-guix@gnu.org; Fri, 20 Mar 2020 04:51:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jFDNW-0003Jy-18 for help-guix@gnu.org; Fri, 20 Mar 2020 04:51:43 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40999) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jFDNV-0003Iu-R2 for help-guix@gnu.org; Fri, 20 Mar 2020 04:51:41 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Adam Kandur , Help Guix --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi! If you want to set the keyboard layout system-wide, see "System Configuration -> Keyboard Layout". For a user session, you can use your desktop manager tools or setxkbmap. If you want a shepherd user service, I use this one: (define setxkbmap (make #:docstring "Set keymap for X." #:provides '(setxkbmap) #:start (make-system-constructor (string-join '("setxkbmap" "-layout" "us" "-variant" "altgr-intl" "-option" "ctrl:swapcaps,nodeadkeys,nbsp:level3= "))) #:one-shot? #t)) Cheers! =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl50hBYACgkQm9z0l6S7 zH/IxwgAkaNSm7dD3BSIIljiUetL4VE0CZbPRNKZ6GUc4/T3kZGPpvWinFKmHAYe 1kR692YO4+7QNQwWULQMjJULS59VHJNLXfX1t2L7tK30feI+qj+Qjfa6G48I8RV2 o8kEJwtAyJWYTxb5bjlmWo0tVWKHI9vowgPWIrw3JVFy2AhP1RL3Z2ZjJN696q6P tUzjpCrj/ocmYquEjP7ixW4eSlkf5LiIjVAeGQIM5yXxK+i0uq9YSchGafZSZfdP JG/6cvUf+6MEW2agsTtvY8EbSYiTE1g4P9HsCeCSdV9I/BjSf9bNvpjFQ6w7Z98A BRYsiuvSdMz6IzeDscWGAIFOS13DGg== =AMuQ -----END PGP SIGNATURE----- --=-=-=--