i3-alt-tab
i3-alt-tab copied to clipboard
Double alt-tab
Alt-Tab release Alt-Tab should return to the previous window (kde/gnome/mac/windows behavior) Otherwise it's kinda useless as it keeps switching through all the windows, unless you do some crazy magic in i3 conf or remember to press Alt-Shift-Tab which is really bad for muscle memory...
I guess we'd need a listener for that to catch focus changes and make a list of the recently focused windows to switch through them in that order. I don't use i3 currently so I won't update this application at the moment, but if you (or someone else) want to implement this behaviour then feel free to open a pull request. I always liked switching through windows in the order they actually are on the screen, so it would be perfect to implement this with a command line switch.