Skip to content

Some new features.

Compare
Choose a tag to compare
@naelstrof naelstrof released this 04 Oct 00:40
· 220 commits to master since this release
  • Added opacity capabilities. --color now checks for an alpha value, but it's optional.
  • Added new option --highlight. Which instead of drawing a border around the selection, it draws over the selection. Best used with --color with an alpha set below 1.
  • Added option --minimumsize and --maximumsize, setting them both to the same value disables drag selections.
  • Slop windows now let all events fall through.
  • Incredibly improved rendering quality and speed, no longer do I re-size or move windows around. For some reason that's really expensive in X11...
  • Slop now outputs the ID of a selected window if any.
  • Minor bugfixes and adjustments.

ATTENTION PACKAGE MAINTAINERS: Please use the CMAKE_INSTALL_PREFIX to set the install location. The binary is now installed to CMAKE_INSTALL_PREFIX/bin/slop instead of the original CMAKE_INSTALL_PREFIX/slop.