chore(sway): save screen records on Videos folder

This commit is contained in:
Andrea 2025-06-10 09:58:56 +02:00
parent 2ab4e1d13e
commit 426a30b52a

View File

@ -5,7 +5,7 @@ main() {
status=$?
if [[ $status != 0 ]]; then
GEO="$(slurp)" && wf-recorder -g "$GEO" -f "$HOME/Pictures/$(date +'recording_%Y-%m-%d-%H%M%S.mp4')"
GEO="$(slurp)" && wf-recorder -g "$GEO" -f "$HOME/Videos/$(date +'recording_%Y-%m-%d-%H%M%S.mp4')"
else
pkill --signal SIGINT wf-recorder
fi