Forrest logo
tool overview
On this page you find all important commands for the CLI tool i3-scrot. If the command you are looking for is missing please ask our AI.

i3-scrot

i3-scrot is a command line tool that is used to take screenshots in i3 window manager. It is specifically designed for users of i3, a tiling window manager for X11.

This tool is written in Python and is generally used to capture three types of screenshots: Full-screen screenshots, screenshot of the focused window, and the selection of a specific area for screenshot.

i3-scrot captures screenshots in the PNG format, ensuring good image quality while keeping file size reasonably small. By default, screenshots are saved in the user's home directory.

One of the main advantages of i3-scrot is its simple usage and minimalistic interface. You can easily bind a key combination in your i3 configuration file to execute i3-scrot when needed.

It also offers some additional options such as capturing screenshots after a specified delay, automatically uploading the screenshot to an image hosting service and copying the screenshot to the clipboard.

i3-scrot's integration with i3 brings the ability to focus on specific windows and capture them, allowing users to conveniently share visual information.

Given its command line nature, i3-scrot can be easily customized to suit individual preferences and workflow.

Since it is a lightweight tool, i3-scrot does not require heavy system resources, making it efficient for regular usage.

With i3-scrot, you can quickly and effortlessly capture important screen content within the i3 window manager environment, aiding in productivity and communication.

List of commands for i3-scrot:

  • i3-scrot:tldr:0f2a3 i3-scrot: Capture a screenshot of the active window and copy it to the clipboard.
    $ i3-scrot --window-to-clipboard
    try on your machine
    explain this command
  • i3-scrot:tldr:27af5 i3-scrot: Capture a screenshot of the active window.
    $ i3-scrot --window
    try on your machine
    explain this command
  • i3-scrot:tldr:5591b i3-scrot: Capture a screenshot of a specific selection and copy it to the clipboard.
    $ i3-scrot --select-to-clibpoard
    try on your machine
    explain this command
  • i3-scrot:tldr:7d288 i3-scrot: Capture a screenshot of the active window after a delay of 5 seconds.
    $ i3-scrot --window ${5}
    try on your machine
    explain this command
  • i3-scrot:tldr:84020 i3-scrot: Capture a screenshot of a specific rectangular selection.
    $ i3-scrot --select
    try on your machine
    explain this command
  • i3-scrot:tldr:ae63e i3-scrot: Capture a screenshot of the whole screen and copy it to the clipboard.
    $ i3-scrot --desk-to-clipboard
    try on your machine
    explain this command
  • i3-scrot:tldr:d2207 i3-scrot: Capture a screenshot of the whole screen and save it to the default directory.
    $ i3-scrot
    try on your machine
    explain this command
tool overview