Skip to content

Swaylock-effects 1.6-3

Compare
Choose a tag to compare
@mortie mortie released this 16 Nov 14:54
· 33 commits to master since this release

Swaylock-effects 1.6-3

This is a smaller bug-fix release to fix some issues with 1.6-2.

  • Fix a freezing issue as a result of OpenMP being used both before and after
    a fork.
  • Convert images to RGB24 before applying any effects, because that's the
    pixel format effects expect to work on.
  • Fix effects not being applied to images.
  • Fix some build issues on some platforms.
  • Use meson's config for optimization instead of hard-coding -O3.
  • Add --trace option to trace events for easier debugging.