Skip to content

Instantly share code, notes, and snippets.

@hyzchip
hyzchip / screenshot.desktop
Created July 22, 2020 01:08
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"