Created
November 24, 2021 15:50
-
-
Save SamJakob/fb7a2975c4c824e3d0479cc031838fc3 to your computer and use it in GitHub Desktop.
KDE screenshot script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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