scrot
scrot copied to clipboard
SCReenshOT - command line screen capture utility
As it currently stands in the master branch, the autogen.sh script is very liberal with its arguments. For instance, If you run `./autogen.sh clean trailing garbage`, it ignores the arguments...
This might be subjective, but I think most people use the left click when using the selection option. I think it would be a lot better if we just could...
A few days ago I used scrot to try to display differences of my tmux configs to my better looking half. Just to see an old screencapture I did before,...
Ref: #38 New option: `--monitor`, `-M` - First attempt with `libxrandr`, temporarily discarded - Second attempt with `libxinerama`, simpler API. Example: `scrot -M 8` (force to fail, see log)
I know it is possible to take screenshots of all of the windows using window compositor even though they are minimized or partially hidden, using the `-k`, `--stack` option. Now...
These are some problems known in CWM at the time of using the area selection: `scrot --select --line mode=edge` Note that `scrot --select --freeze` works well in them. **MATE desktop**...
I guess since #12 / #15, scrot ignores the given file name and instead silently writes the result to a completely different file. To reproduce: ``` $ scrot /tmp/screenshot.png $...
Ability to select which monitor to take a screenshot of (the full monitor) on a multiple monitors setup.
@N-R-K pointed out the deprecated type and revived interest in removing the only usage of a VLA in this project. See the discussion after #193 was merged. I've tested taking...