From bc551a0cd46ccdb2e6d5be640d3057910e027ac9 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Wed, 9 Aug 2023 18:15:27 +0200 Subject: Configure keyboard layouts for EVERY keyboard :3 --- desktop.scm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktop.scm b/desktop.scm index aa53cef..81f72cd 100644 --- a/desktop.scm +++ b/desktop.scm @@ -105,6 +105,13 @@ " Option \"DisableWhileTyping\" \"on\"\n" "EndSection\n" "\n" + "Section \"InputClass\"" + " Identifier \"keyboard defaults\"" + " MatchIsKeyboard \"on\"" + " Option \"XkbLayout\" \"es,us,ru\"" + " Option \"XkbOptions\" \"grp:alt_space_toggle\"" + "EndSection\n" + "\n" ; https://wiki.archlinux.org/title/Libinput#Via_xinput "Section \"InputClass\"\n" " Identifier \"USB Mouse Pad USB Mouse Pad Mouse\"\n" -- cgit v1.2.3