Releases: TLINDEN/swaycycle
Releases · TLINDEN/swaycycle
v0.3.1
New Features
- add --prev option and sort floating_nodes (#3) by kkvark
Floating nodes in sway change to last place in json-output every time they get focus.
For example, if we have windows 1 and 2, and also floating 3 and 4 . Without sorting, cycling will be: 1>2>3>1>2>4... And backward cycling get stuck between windows 3 and 4.
Miscellaneus Changes
Full Changelog: v0.2.0...v0.3.1
v0.2.0
Miscellaneus Changes
- (#1) do not execute
swaymsg
anymore but talk to sway using the provided IPC unix domain socket, which is way faster and the preferred communication method between sway and backend tools anyway.
Full Changelog: v0.1.3...v0.2.0
v0.1.3
This is the first public release. Feel free to try it out and report issues.