Clément Martinez
Clément Martinez
It's not a bad idea be honest. It's not a limitation of `slurp` but of what the scripts gets from Sway. The way the script gets the window size is...
That is something that I would like to see at some point as well. I think that that you are right and the way to go would be to create...
Interesting indeed. They use the fact that [`hyprpicker`](https://github.com/hyprwm/hyprpicker) will "freeze" the screen by getting a frame upon lunch and display it on top of the screen (with the [`wlr-layer-shell-unstable-v1`](https://wayland.app/protocols/wlr-layer-shell-unstable-v1) protocol)....
This bug has been fixed in the `main` branch (commit ee21ec7a37e8f7327f3f0052a8dacf6a3bdd8514) but I haven't made release yet. I've just tried `wl-kbptr` on Hyprland 0.40 and it's main branch (commit [`4cdddcfe`](https://github.com/hyprwm/Hyprland/commit/4cdddcfe466cb21db81af0ac39e51cc15f574da9))...
I tried without any Xorg application and it still crashes randomly unfortunately. There's definitely an issue on Hyprland's side as even assuming a client behaves erratically it shouldn't crash. As...
For reference, here's an issue I found where the implementation of the [`wlr-virtual-pointer-unstable-v1`](https://wayland.app/protocols/wlr-virtual-pointer-unstable-v1) interface was discussed: https://github.com/hyprwm/Hyprland/issues/67.
That makes sense, `wlrctl` uses the same [`wlr-virtual-pointer-unstable-v1`](https://wayland.app/protocols/wlr-virtual-pointer-unstable-v1) protocol as `wl-kbptr` and Hyprland's implementation is broken. `hyprctl` is most likely not using that.
Sure, we could have the program only output the selected area and the intended mouse click and not actually try to control it. This would also enable the support of...
I've just pushed commits to be able to select the output (`--output`) and only print the result and not move the pointer or simulate a click (`--only-print`). It should be...
I've just pushed the [`wl-kbptr-hyprland`](https://github.com/moverest/wl-kbptr/blob/main/helpers/wl-kbptr-hyprland) helper script that uses the `hyprctl` command to move the cursor. I haven't found the command to use to actually click yet — granted I...