Last active
July 6, 2021 12:03
-
-
Save ichisadashioko/c826a716b177abe22fd975ea83908b8a to your computer and use it in GitHub Desktop.
gnome-screenshot
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
#!/bin/bash | |
# mv /usr/bin/gnome-screenshot /usr/bin/gnome-screenshot.real | |
# chmod +x /usr/bin/gnome-screenshot | |
mkdir -p "$HOME/Pictures/Screenshots" | |
gnome-screenshot.real -f "$HOME/Pictures/Screenshots/$(date --utc +%Y%m%d_%k%M%S_%N).png" $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment