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

@ -5,4 +5,4 @@ sudo usermod --append --groups docker "${USER}"
systemctl --user enable syncthing.service systemctl --user enable syncthing.service
systemctl --user start syncthing.service systemctl --user start syncthing.service
mkdir -p Photos/screenshots mkdir -p ~/Pictures/screenshots

View file

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