Skip to content

Commit

Permalink
i3-scrot: add page (#7400)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon committed Nov 28, 2021
1 parent 3d5e9fe commit cc61950
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions pages/linux/i3-scrot.md
@@ -0,0 +1,33 @@
# i3-scrot

> 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 information: <https://gitlab.manjaro.org/packages/community/i3/i3-scrot>.
- Capture a screenshot of the whole screen and save it to the default directory:

`i3-scrot`

- Capture a screenshot of the active window:

`i3-scrot --window`

- Capture a screenshot of a specific rectangular selection:

`i3-scrot --select`

- Capture a screenshot of the whole screen and copy it to the clipboard:

`i3-scrot --desk-to-clipboard`

- Capture a screenshot of the active window and copy it to the clipboard:

`i3-scrot --window-to-clipboard`

- Capture a screenshot of a specific selection and copy it to the clipboard:

`i3-scrot --select-to-clibpoard`

- Capture a screenshot of the active window after a delay of 5 seconds:

`i3-scrot --window {{5}}`

0 comments on commit cc61950

Please sign in to comment.