chore(sway): save screen records on Videos folder
This commit is contained in:
@@ -5,7 +5,7 @@ main() {
|
|||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
if [[ $status != 0 ]]; then
|
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
|
else
|
||||||
pkill --signal SIGINT wf-recorder
|
pkill --signal SIGINT wf-recorder
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user