Created
March 19, 2019 18:44
-
-
Save artizirk/c895b6c1c7d75dc227f90bd9950aea6e to your computer and use it in GitHub Desktop.
AlternateTab extention replacement for Gnome Shell 3.32
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
#!/bin/sh | |
# Those options are also available in the settings app but aint nobody got time for that | |
dconf write /org/gnome/desktop/wm/keybindings/switch-applications "['<Super>Tab']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-applications-backward "['<Shift><Super>Tab']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-windows "['<Alt>Tab']" | |
dconf write /org/gnome/desktop/wm/keybindings/switch-windows-backward "['<Shift><Alt>Tab']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment