Releases: moverest/wl-kbptr
Releases · moverest/wl-kbptr
v0.3.0
New features
- Two new modes were added:
floating
which enables arbitrary selection areas and click that simply triggers andclick
at the center of the selection area.
- The floating mode can get its selection areas either by the user or with an built-in target detection system. This is configured with the
mode_floating.source
configuration field. To build the binary with target detection, enable theopencv
feature (withmeson build -Dopencv=enabled
) as it not enabled by default. - Modes can now be chained and this is configurable with the
modes
configuration field — e.g. to chain the tile mode with the click mode, use the-o modes=tile,click
CLI option. - A
--version
CLI option was added.
Miscellaneous
The README was updated with the new features and installation instruction for Fedora were added (thanks to @rmoraes92).
v0.2.3
v0.2.2
New features
Fixes
- Scaling issue with Hyprland. (666d85d)
- Build with ARM. (10c83aa)
- Layer not filling the whole output. (b5a591d)
Miscellaneous
This release also has some miscellaneous improvements to the code and the README. Thanks @matejdro for the Hyprland configuration and @triallax for the changes to the Chimera Linux installation instructions.
v0.2.1
v0.2.0
Still in development, this version includes:
- Support for restricting selection to given area with the
--restrict
option. - The addition
wl-kbptr-sway-active-win
script. - The addition of user configuration through command line options.
- Quite a lot of refinements and bug-fixes.
Note that anything could change upon the next release — especially configuration options and command line interface.
Initial release
v0.1.0 Add README