Page 2 of 2

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 6:50 am
by handy
These days I've been giving LXImage-qt's screenshot tool a run.

I call it via a button in Worker (& via the Openbox menu) with the following command:

Code: Select all

firejail lximage-qt -s
Which brings up a small window where you can choose a number of options re. what you want in your screenshot plus of course a timer.

If I need to edit or otherwise manipulate the image I too use Pinta.

I also have a ~/.bashrc function that calls scrot:

Code: Select all

 
#----------------------------------------------------------------
# Screenshot (Function as the command would not run as an alias):
#----------------------------------------------------------------

function scrot
{
scrot '%T_$wx$h_scrot.png' -c -d 5 -e 'mv $f ~/Pictures/_shots'
}

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 11:45 am
by peter_li
dolphin_oracle wrote: Thu May 30, 2019 6:42 am Ksnip. The version in the test repo has some significant enhancements over the version in main.
You mean the MX test repository, right? Nothing like Debian Testing here, right? So no rolling release possibility, I think?

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 12:09 pm
by dolphin_oracle
peter_li wrote: Thu May 30, 2019 11:45 am
dolphin_oracle wrote: Thu May 30, 2019 6:42 am Ksnip. The version in the test repo has some significant enhancements over the version in main.
You mean the MX test repository, right? Nothing like Debian Testing here, right? So no rolling release possibility, I think?
correct, the mx test repo. (see my signature)

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 12:19 pm
by richb
Shutter

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 12:26 pm
by Eadwine Rose
Hotshots

Re: Which tools do you use for your screenshots?

Posted: Thu May 30, 2019 3:40 pm
by anticapitalista
scrot or screenshot-antix