From 9de02dc397ec57613d90da6d30a0d08de76c4d61 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 21 Jun 2020 16:56:10 +0100 Subject: [PATCH] Fix typo that stopped layout from switching --- roles/debian/files/keyboard | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/debian/files/keyboard b/roles/debian/files/keyboard index c0ce05a..da8a6a3 100644 --- a/roles/debian/files/keyboard +++ b/roles/debian/files/keyboard @@ -5,7 +5,7 @@ XKBMODEL="pc105" XKBLAYOUT="us,ca" -XKBVARIANT=",multix" -XKBOPTIONS="compose:menu,grp:grp:alt_caps_toggle" +XKBVARIANT=",multi" +XKBOPTIONS="compose:menu,grp:alt_caps_toggle" BACKSPACE="guess"