Skip to content

Instantly share code, notes, and snippets.

@brean
Last active December 8, 2021 12:47
Show Gist options
  • Save brean/8fe17ceeab2fa2852d8ae8636fdecfa6 to your computer and use it in GitHub Desktop.
Save brean/8fe17ceeab2fa2852d8ae8636fdecfa6 to your computer and use it in GitHub Desktop.
gnome 41.1 cycle through windows on alt+tab (not applications)
#!/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