From b62801a8b1c4c13d04dc72d50c059db7e8897e1a Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 31 Jul 2024 03:06:49 +0200 Subject: [PATCH] Gsettings: switch input sources individually for each window --- Ubuntu_22.04/configs_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Ubuntu_22.04/configs_install.sh b/Ubuntu_22.04/configs_install.sh index 9882ff143..07c79af6e 100755 --- a/Ubuntu_22.04/configs_install.sh +++ b/Ubuntu_22.04/configs_install.sh @@ -20,6 +20,7 @@ gsettings set org.gnome.settings-daemon.plugins.media-keys home "['e']" # GSettings # TODO describe the procedure of capturing the GSettings (Dconf monitor) +gsettings set org.gnome.desktop.input-sources per-window true gsettings set org.gnome.shell.extensions.dash-to-dock dash-max-icon-size 64 gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-red-dark'