Skip to content

Instantly share code, notes, and snippets.

@SamJakob
Created November 24, 2021 15:50
Show Gist options
  • Save SamJakob/fb7a2975c4c824e3d0479cc031838fc3 to your computer and use it in GitHub Desktop.
Save SamJakob/fb7a2975c4c824e3d0479cc031838fc3 to your computer and use it in GitHub Desktop.
KDE screenshot script
# This might not be super useful for most cases because you could just install a screenshot tool
# designed for KDE and you likely wouldn't have gnome installed - but it was useful for a specific
# lab environment.
gnome-screenshot -a -f /tmp/screenshot.png; xclip -selection clipboard -i /tmp/screenshot.png -t image/png; rm /tmp/screenshot.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment