Skip to content

Releases: TLINDEN/swaycycle

v0.3.1

25 Aug 08:03
Compare
Choose a tag to compare

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

  • swich to i3ipc library (#2) by TLINDEN

  • enhance window switch debugging (#4) by TLINDEN

Full Changelog: v0.2.0...v0.3.1

v0.2.0

12 Aug 16:21
Compare
Choose a tag to compare

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

11 Aug 07:36
Compare
Choose a tag to compare

This is the first public release. Feel free to try it out and report issues.