From d174fc56e474da54479398c8d3bdb13f27c0efd5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 29 Apr 2024 21:34:14 +0100 Subject: [PATCH] Include standard US layout --- roles/home-gui/files/gnome-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/files/gnome-setup.sh b/roles/home-gui/files/gnome-setup.sh index 51b5fbe..5d7bfd3 100644 --- a/roles/home-gui/files/gnome-setup.sh +++ b/roles/home-gui/files/gnome-setup.sh @@ -28,7 +28,7 @@ set_keyboard_and_language () { gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "['Tab']" # https://github.com/acperkins/keyboard - gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'acp'), ('xkb', 'acp+us')]" + gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'acp'), ('xkb', 'us')]" # Set the thumb button on the Logitech MX Master mouse to 'toggle-overview'. Defaults are: # gsettings set org.gnome.desktop.wm.keybindings switch-panels "['Tab']"