Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #!/bin/sh
  2. # Those options are also available in the settings app but aint nobody got time for that
  3. dconf write /org/gnome/desktop/wm/keybindings/switch-applications "['<Super>Tab']"
  4. dconf write /org/gnome/desktop/wm/keybindings/switch-applications-backward "['<Shift><Super>Tab']"
  5. dconf write /org/gnome/desktop/wm/keybindings/switch-windows "['<Alt>Tab']"
  6. dconf write /org/gnome/desktop/wm/keybindings/switch-windows-backward "['<Shift><Alt>Tab']"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement