Skip to content

Instantly share code, notes, and snippets.

@ichisadashioko
Last active July 6, 2021 12:03
Show Gist options
  • Save ichisadashioko/c826a716b177abe22fd975ea83908b8a to your computer and use it in GitHub Desktop.
Save ichisadashioko/c826a716b177abe22fd975ea83908b8a to your computer and use it in GitHub Desktop.
gnome-screenshot
#!/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