i3-scrot
Wrapper script around scrot for the i3 window manager
TLDR
SYNOPSIS
i3-scrot [options] [delay]
DESCRIPTION
i3-scrot is a wrapper script around the scrot screenshot utility, designed for use with the i3 window manager. It provides convenient options for common screenshot operations and sends desktop notifications on completion.
Screenshots are saved to ~/Pictures by default. The save location and other settings can be changed in ~/.config/i3-scrot.conf. The default action without any flags is full screen capture.
PARAMETERS
-d, --desk
Capture the full screen (default action).-w, --window
Capture the currently active window.-s, --select
Capture a user-selected rectangular region.-x, --xclip
Copy the screenshot to the clipboard instead of only saving to file.-h, --help
Display help information.
CAVEATS
Requires scrot and xclip to be installed. Designed for i3/Manjaro but works with other X11 window managers. Does not work with Wayland; use grim or hyprshot instead.
HISTORY
i3-scrot was developed by Manjaro Linux as part of their i3 edition, providing convenient screenshot functionality integrated with the i3 window manager workflow.

