An i3 utility to switch focus to your last focused window. Allows for behavior similar to Alt+Tab on other desktop environments.
Features:
bindsym
https://user-images.githubusercontent.com/2672503/221384419-3d62413d-8987-4147-82bc-5e87cea8bb90.mp4
i3-back is written in Rust. It can be installed through many method:
Cargo, Rust's package manager
cargo install i3-back
AUR - i3-back-bin, for Arch Linux
``` yay -S i3-back-bin
paru -S i3-back-bin
```
GitHub Releases, as binary
In your i3 configuration (~/.config/i3/config
):
```
exec --no-startup-id ~/.cargo/bin/i3-back start
bindsym $mod+Tab exec ~/.cargo/bin/i3-back switch ```
Replace ~/.cargo/bin
with wherever the i3-back binary is placed if not installed through Cargo.