mirror of https://github.com/artizirk/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
517 B
7 lines
517 B
#!/bin/sh |
|
# https://gist.github.com/artizirk/c895b6c1c7d75dc227f90bd9950aea6e |
|
# 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']"
|
|
|