-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for "instant" mode #4
Comments
Well, Watershot just uses grim on the backend to capture the screen right now anyway. So I'm not quite sure what the point of this would be. |
It freezes the screen from my testing |
It doesn't "freeze" the screen really, that's basically an illusion. It just shows a screenshot taken with grim on all of the displays with layer shell. And then it lets you select from that view. |
you might be able to use this script: #!/usr/bin/env bash
hyprpicker -r -z &
picker_proc=$!
grim
kill $picker_proc (modify to your usecase) |
hyprwm/hyprpicker#30 |
Ah, okay. I used to have a script that did take a screenshot too before, but it had a slight problem (it used a window for showing the screenshot, so it would move the windows a bit) |
basically just like how grim works
The text was updated successfully, but these errors were encountered: