i3-alt-tab icon indicating copy to clipboard operation
i3-alt-tab copied to clipboard

Double alt-tab

Open devenv opened this issue 7 years ago • 1 comments

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...

devenv avatar Oct 16 '17 12:10 devenv

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.

moqmar avatar Nov 06 '17 12:11 moqmar