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