Skip to content

community/swayr: upgrade to 0.20.0

Patrycja Rosa requested to merge ptrcnull/aports:swayr into master

https://git.sr.ht/~tsdh/swayr/tree/e9808666/item/swayr/NEWS.md#L1

swayr v0.20.0

  • The switch-to-XXX-or-urgent-or-lru-window family of commands have had a major overhaul. They used to be plain toggles but now cycle through a sequence of all urgent window, all matching windows, the LRU window, and back to the original window.
  • Swayr now has its own implementation of the CRITERIA API which is used by the switch-to-matching-or-urgent-or-lru-window command which had been introduced in v0.19.0. Initially, it just passed the query to sway and observed if some focus change occurred within a fraction of a second to check it's success. Now it follows the general contract of the switch-to-XXX-or-urgent-or-lru-window family of commands explained above.
  • There's a new misc.auto_nop_delay option.
  • There's a new misc.seq_inhibit option controlling if during a next/prev-window sequence recording of focus times is deactivated. This option defaults to false whereas it used to be hard-coded standard behavior in previous swayr versions.

Merge request reports