modified: flake.nix
This commit is contained in:
parent
be7383bde4
commit
a19e2f8ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ if [ -f "$pidfile" ] && kill -0 "$(cat "$pidfile")" 2>/dev/null; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
geometry="$(${pkgs.xrandr}/bin/xrandr | awk '/\*/ { print $1; exit }')"
|
||||
geometry="$(${pkgs.xorg.xrandr}/bin/xrandr | awk '/\*/ { print $1; exit }')"
|
||||
outfile="$HOME/Videos/ScreenRecords/$(date +%F-%H-%M-%S).mkv"
|
||||
|
||||
${pkgs.ffmpeg}/bin/ffmpeg \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue