hyprshot: add page (#18060)

This commit is contained in:
Rolv Apneseth
2025-09-10 17:55:44 +01:00
committed by GitHub
parent 236c532998
commit 01d78fa618
+32
View File
@@ -0,0 +1,32 @@
# hyprshot
> Screenshot utility for the Hyprland Wayland compositor.
> More information: <https://github.com/Gustash/Hyprshot>.
- Select and take a screenshot of a region:
`hyprshot {{[-m|--mode]}} region`
- Select and take a screenshot of a specific window:
`hyprshot {{[-m|--mode]}} window`
- Select and take a screenshot of a specific output:
`hyprshot {{[-m|--mode]}} output`
- Take a screenshot of the currently active window:
`hyprshot {{[-m|--mode]}} active {{[-m|--mode]}} window`
- Freeze the screen and take a screenshot of the selected region:
`hyprshot {{[-z|--freeze]}} {{[-m|--mode]}} region`
- Select and take a screenshot of a specific window, saving to the given output directory:
`hyprshot {{[-o|--output-folder]}} {{path/to/directory}} {{[-m|--mode]}} window`
- Select and take a screenshot of a specific output, saving the screenshot to the clipboard only:
`hyprshot --clipboard {{[-m|--mode]}} output`