diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-09 18:15:27 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-08-09 18:15:27 +0200 |
commit | bc551a0cd46ccdb2e6d5be640d3057910e027ac9 (patch) | |
tree | 8759b199778747a7b6eedc7e5550c9e1b5907a4f | |
parent | 36a32e0f131be6a728f8d6a609b5f043d3938beb (diff) |
Configure keyboard layouts for EVERY keyboard :3
-rw-r--r-- | desktop.scm | 7 |
1 files changed, 7 insertions, 0 deletions
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" |