Skip to content

Instantly share code, notes, and snippets.

@artizirk
Created March 19, 2019 18:44
Show Gist options
  • Save artizirk/c895b6c1c7d75dc227f90bd9950aea6e to your computer and use it in GitHub Desktop.
Save artizirk/c895b6c1c7d75dc227f90bd9950aea6e to your computer and use it in GitHub Desktop.
AlternateTab extention replacement for Gnome Shell 3.32
#!/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