On 2017-07-30, tu...@posteo.de <tu...@posteo.de> wrote:

> I found this:
>
>     "This is a basic, but useful command that simply screenshots the current 
> active window.
>      $ maim -i $(xdotool getactivewindow) ~/mypicture.jpg
>     "

[...]

> For what such a command is good for?

It's only an example.  If you don't want a screenshot of the active
window, then specify a different one. You could also delay that
command like this:

 $ sleep 10; maim -i $(xdotool getactivewindow) ~/mypicture.jpg

Then you've got 10 seconds to activate whatever the widow you do want
a screenshot of.

-- 
Grant Edwards               grant.b.edwards        Yow! Hold the MAYO & pass
                                  at               the COSMIC AWARENESS ...
                              gmail.com            


Reply via email to