scrot icon indicating copy to clipboard operation
scrot copied to clipboard

SCReenshOT - command line screen capture utility

Results 44 scrot issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

bug

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)

ready for testing

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...

enhancement

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**...

bug
help wanted

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...