Move screenshot directory to ~/Pictures/

This commit is contained in:
Ohad Livne 2025-06-04 22:45:57 +03:00
parent 8eee06ac37
commit 063eda1c8d
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
2 changed files with 3 additions and 3 deletions

View file

@ -20,11 +20,11 @@ ts() {
}
screenshot_filename() {
echo ~/Photos/screenshots/screenshot-$(ts).png
echo ~/Pictures/screenshots/screenshot-$(ts).png
}
recording_filename() {
echo ~/Photos/screenshots/recording-$(ts).mp4
echo ~/Pictures/screenshots/recording-$(ts).mp4
}
if [ -z "$1" ]; then