You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a switch that could be set which would make the screenshotted region flash when the screenshot was taken so that I have some feedback that it actually worked. This wouldn't work with just executing another program that flashes the screen after maim because it should flash the specific region that was screenshotted (rather than the entire screen).
The text was updated successfully, but these errors were encountered:
flash() {
echo"Replace this function with actual flash program which would flash screen at $1"
}
coord="$(slop)"
save_path="$HOME/screenshot_$(date).png"
maim --geometry="$coord">"$save_path"
flash "$coord"
It would be nice if there was a switch that could be set which would make the screenshotted region flash when the screenshot was taken so that I have some feedback that it actually worked. This wouldn't work with just executing another program that flashes the screen after maim because it should flash the specific region that was screenshotted (rather than the entire screen).
The text was updated successfully, but these errors were encountered: