wmfocus icon indicating copy to clipboard operation
wmfocus copied to clipboard

feature request: focus previously focused window

Open bart9h opened this issue 1 year ago • 2 comments

I would be neat to call wmfocus --previous and have it automatically focus the previously focused window, so I can quickly switch between window A and B.

bart9h avatar Jan 08 '24 01:01 bart9h

Or maybe this should be a feature request for i3 instead?

I failed to find a i3 command that does that.

bart9h avatar Jan 08 '24 03:01 bart9h

You can check alttab, too.

exec_always --no-startup-id alttab -w 1 -fg "#fabd2f" -bg "#141c21" -frame "#fabd2f" -t 128x150 -i 127x64

uunnxx avatar Mar 01 '24 18:03 uunnxx