Skip to content

Instantly share code, notes, and snippets.

@hyzchip
Created July 22, 2020 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyzchip/a1ca136d75efcc545572a59de4c3e09b to your computer and use it in GitHub Desktop.
Save hyzchip/a1ca136d75efcc545572a59de4c3e09b to your computer and use it in GitHub Desktop.
Take a screenshot in three seconds on Wayland; put in ~/.local/share/applications/
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Screenshot
Exec=sh -c "sleep 3 && grim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment