Tips and Tricks - retrozinndev/colorshell GitHub Wiki
Taking a Lock Screen Screenshot
Taking a screenshot of the lock screen is a bit tricky. You have to do the following:
- Open your terminal and run:
sh -c "hyprctl dispatch exec hyprlock && sleep .8s && sh $XDG_CONFIG_HOME/hypr/scripts/screenshot.sh full"
- Your Hyprlock Screenshot will appear your
~/Pictures
(pictures dir) or in your~
(home).