Skip to content

Instantly share code, notes, and snippets.

View circus2271's full-sized avatar
💚

pavel circus2271

💚
  • Saint-Petersburg
View GitHub Profile
@circus2271
circus2271 / gsettings.bash
Created April 26, 2023 19:59 — forked from alisafariir/gsettings.bash
Switch input language by shift and alt in ubuntu
$ gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L','<Shift>Alt_R']"
$ gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L','<Alt>Shift_R']"