snippetbashTip
hyprshot — Screenshot utility for the Hyprland Wayland compositor. More information: <https://github.com/Gustas
Viewed 0 times
thecommandhyprlandscreenshotclihyprshotforutility
linux
Problem
How to use the
hyprshot command: Screenshot utility for the Hyprland Wayland compositor. More information: <https://github.com/Gustash/Hyprshot>.Solution
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]}} regionSelect and take a screenshot of a specific window:
hyprshot {{[-m|--mode]}} windowSelect and take a screenshot of a specific output:
hyprshot {{[-m|--mode]}} outputTake a screenshot of the currently active window:
hyprshot {{[-m|--mode]}} active {{[-m|--mode]}} windowFreeze the screen and take a screenshot of the selected region:
hyprshot {{[-z|--freeze]}} {{[-m|--mode]}} regionSelect and take a screenshot of a specific window, saving to the given output directory:
hyprshot {{[-o|--output-folder]}} {{path/to/directory}} {{[-m|--mode]}} windowSelect and take a screenshot of a specific output, saving the screenshot to the clipboard only:
hyprshot --clipboard {{[-m|--mode]}} outputCode Snippets
Select and take a screenshot of a region
hyprshot {{[-m|--mode]}} regionSelect and take a screenshot of a specific window
hyprshot {{[-m|--mode]}} windowSelect and take a screenshot of a specific output
hyprshot {{[-m|--mode]}} outputTake a screenshot of the currently active window
hyprshot {{[-m|--mode]}} active {{[-m|--mode]}} windowFreeze the screen and take a screenshot of the selected region
hyprshot {{[-z|--freeze]}} {{[-m|--mode]}} regionContext
tldr-pages: linux/hyprshot
Revisions (0)
No revisions yet.