Blurry Screenshots

There’s already an opened issue Grimblast on hyprland with a monitor scaling above 1 results in blurry screenshots · Issue #69 · hyprwm/contrib · GitHub but no activity there, is there already a solution? Screenshot is important part but it seems not many are having the problem.

My configs –>

monitor = , 1920x1080@144, auto, 1.20

bind = $mainMod ALT, P, execr, grimblast --freeze save area - | satty -d --filename -

Make sure grimblast is up to date. If using CachyOS or other derivatives, you’d need to uninstall grimblast and explicitely:

paru -S aur/grimblast

This is because derivatives have their own package and that version lags behind the one on the AUR.

Your command can now be written as

GRIMBLAST_EDITOR="satty -df" grimblast edit area

As for the issue itself, this is not something that can be fixed in grimblast unfortunately. I do not know any workaround beyond the known ones.

@vaxry can you please take a look at this.