github LGFae/swww v0.6.0

latest releases: v0.9.5, v0.9.4, v0.9.3...
22 months ago

BREAKING CHANGES

  • transition-speed no longer exists. Now, speed is controlled through a bezier curve (--transition-bezier), and duration (--transition-duration) flags (note this also applies to the env var, SWWW_TRANSITION_SPEED). A warning was added when we detect the presence of the SWWW_TRANSITION_SPEED environment variable. This warning will go away in the next release, it is only there as a means of making sure everyone knows the variable has been superseeded, and having it in your configs no longer does anything.

Improvements:

  • New grow transition. grow and outer transition now accept a --transition-pos command line argument. By @flick0.
  • Transitions grow, outer and wipe now work with bezier curves (see breaking changes, above). This allows for finer control in animation speed than before. Also by @flick0.
  • Very slightly faster decompression routine

Thanks a lot to @flick0, for doing pretty much all of the heavy-lifting for this release!

Don't miss a new swww release

NewReleases is sending notifications on new releases.