diff options
-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" |