Gigas002
Gigas002
Just use the git version of `hyprland` crate for now in `Cargo.toml` as workaround: ```toml hyprland = { git = "https://github.com/hyprland-community/hyprland-rs" } ``` works for me
I was missing `hyprpicker`, but after installing it nothing changed ``` ╰─ grimblast check Checking if required tools are installed. If something is missing, install it to your system and...
`hyprpicker -r` freezes the screen for me, but yet again, `grimblast copy area --freeze` doesn't. Tried reinstalling the `hyprutils-git`, `hyprpicker-git` and `grimblast-git` packages, no difference
``` ./grimblast copy area --freeze + grimblastInstanceCheck=/run/user/1000/grimblast.lock + '[' -e /run/user/1000/grimblast.lock ']' + touch /run/user/1000/grimblast.lock + trap 'rm -f '\''/run/user/1000/grimblast.lock'\''' EXIT + NOTIFY=no + CURSOR= + FREEZE= + WAIT=no +...
yep, works this way :)
Ugh, I've just noticed the `wl-clipboard-rs` got an update today as well, and my previous PR with introducing `rustix` will make `wayshot`'s dependency tree benefit from it... Maybe I should...
Hope you're doing well, great to have you back! Coincidently, I've been trying to fix one issue with wayshot lately, with no success though lol, will report it later probably
This branch is no longer relevant, since #129 is merged, it introduces the same changes. This PR can be safely closed :+1:
I tried reproducing it in VM with main branch build and it still is reproducible, unfortunately
It was a compositor problem after all, sorry!