i3-scrot
linux
Wrapper script around the screenshot utility `scrot` for the i3 window manager. The default save location is `~/Pictures` and can be changed in `~/.config/i3-scrot.conf`.
More info →Examples (7)
Capture a screenshot of the whole screen and save it to the default directory
Capture a screenshot of the active window
i3-scrot --windowCapture a screenshot of a specific rectangular selection
i3-scrot --selectCapture a screenshot of the whole screen and copy it to the clipboard
i3-scrot --desk-to-clipboardCapture a screenshot of the active window and copy it to the clipboard
i3-scrot --window-to-clipboardCapture a screenshot of a specific selection and copy it to the clipboard
i3-scrot --select-to-clipboardCapture a screenshot of the active window after a delay of 5 seconds
i3-scrot --window 5made by @shridhargupta | data from tldr-pages