Skip to content

Tips and Tricks

João Dias edited this page Jun 5, 2025 · 5 revisions

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).
Clone this wiki locally