Created
January 31, 2019 17:15
-
-
Save mgax/a7b90ead07f41c86bc4d8aa88f2d5609 to your computer and use it in GitHub Desktop.
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
gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-windows "[]" | |
gsettings set org.gnome.desktop.wm.keybindings switch-windows-backward "[]" | |
gsettings set org.gnome.desktop.wm.keybindings cycle-windows "['<Super>Tab']" | |
gsettings set org.gnome.desktop.wm.keybindings cycle-windows-backward "['<Shift><Super>Tab']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment