Skip to content

Instantly share code, notes, and snippets.

@tichopad
Last active September 15, 2022 20:56
Show Gist options
  • Save tichopad/853282273194e904df8db0144d3b4b4e to your computer and use it in GitHub Desktop.
Save tichopad/853282273194e904df8db0144d3b4b4e to your computer and use it in GitHub Desktop.
Enable Super + [1-9] shortcut for favorites in Gnome
for i in {1..9}; do gsettings set "org.gnome.shell.keybindings" "switch-to-application-$i" "[\"<Super>$i\"]"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment