Last active
September 15, 2022 20:56
-
-
Save tichopad/853282273194e904df8db0144d3b4b4e to your computer and use it in GitHub Desktop.
Enable Super + [1-9] shortcut for favorites in Gnome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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