i3-scrot: add page (#7400)

feature/windows-fix-syntax-2
marchersimon 2021-11-28 15:33:22 +01:00 committed by GitHub
parent 3d5e9fe475
commit cc61950686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
pages/linux/i3-scrot.md Normal file
View File

@ -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}}`