How can I make this setting permanent:
gsettings set org.gnome.desktop.input-sources xkb-options []
I type it every time when I login because I can't use left ctrl + shift it is switching keyboards for me I don't want to use it for switching keyboards.
Ubuntu 22.04, GNOME 42.9, Mutter ,
sleep 10 && gsettings set org.gnome.desktop.input-sources xkb-options []
as the last line f your~/.profile
or~/.bash_profile
, or you can use Gnome's autorun functionality and have it run on login, but these are ugly hacks while just unsetting the shortcut from the settings might be a final solution. – terdon Nov 10 '23 at 22:13