Move screenshot directory to ~/Pictures/
This commit is contained in:
parent
8eee06ac37
commit
063eda1c8d
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue