Last active
December 8, 2021 12:47
-
-
Save brean/8fe17ceeab2fa2852d8ae8636fdecfa6 to your computer and use it in GitHub Desktop.
gnome 41.1 cycle through windows on alt+tab (not applications)
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/bash | |
| # see comment by Florian Müllner on https://fedoramagazine.org/alt-tab-gnome-shell-extension/ | |
| gsettings set org.gnome.desktop.wm.keybindings switch-applications "[]" | |
| gsettings set org.gnome.desktop.wm.keybindings switch-windows "['<Alt>Tab']" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment