Clément Martinez

Results 49 comments of Clément Martinez

The text overflowing outside of the areas was done on purpose as if the text is too small, it wouldn't be legible anymore. Now you are right, that's still not...

I think it would make sense to have an option where we define the min, max and ratio to area height instead of one option just for the min: ```ini...

Closing. Inactive PR and now implemented in f28295d14059b01f5816df19523c67d8439864eb.

I see what you're trying to accomplish. Whilst I don't have a use for it, it's not a bad idea. I think it would be easier to test and introduce...

Better defaults and greater customization are indeed needed here. In the meantime you can change the click bindings by setting the `general.home_row_keys` config, e.g. with the CLI option `-o home_row_keys=abcdefghijk`...

I agree. Whilst the error value should give the format, I should probably add a `description` field in the [config definitions](https://github.com/moverest/wl-kbptr/blob/d63a1fd551c6faf070ea158147e6794795ce60cf/src/config.c#L358) which value would be added as a comment in...

Indeed, this is an issue introduced with ef719e98a47fbb94b64fc47134e7423414a63e09 (see #41). I've just tried the latest release of `wl-kbptr` with a rotated output (90) on Sway, niri, dwl, labwc and Hyprland...

There's already a mechanism like that where it removes the inner area if its center is very close to the outer area (see [`src/target_detection.cpp`](https://github.com/moverest/wl-kbptr/blob/main/src/target_detection.cpp#L295)). Feel free to try tweaking and...

That's something tried to implement at some point to see. The issue I got was that the the program loses the focus and can't capture the following keystrokes. I haven't...