Releases: Cretezy/i3-back
Releases · Cretezy/i3-back
v0.3.2
- Added
--mark
/-m
option to change i3 mark name (default is _back
)
- Also re-add
--debug
/-d
option
- Lowered restart timeout from 1s to 0.5s
v0.3.1
- Fix support for floating windows
- Refactor error handling
v0.3.0
- Switch to using i3 marks. No longer needs D-Bus/config. Thanks
@nicarran
for the idea!
- Please update your switch
bindsym
to the new command: bindsym $mod+Tab [con_mark=_back] focus
- Switch to optimized builds and use Debian container to build
deb
release
v0.2.0
- Switch to using D-Bus for IPC when switching. Config file is no longer needed
v0.1.3
- Added Debian/Ubuntu package
v0.1.2
- Fix crash when restarting i3 while execution
- Handle exiting program by clearing config's
last_focused_id
- Improve algorithm to find focused window from i3 tree. Thanks
@lbonn
for i3-focus-last
!
v0.1.0
- First release of i3-back! Currently only built for x86_64. For ARM, use Cargo or open an issue!