mirror of https://github.com/artizirk/dotfiles
Arti Zirk
5 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
#!/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']" |
Loading…
Reference in new issue