record mic & computer

This commit is contained in:
Mylloon 2024-03-07 16:47:57 +01:00
parent efa27090c8
commit 863c648897
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,5 @@
OUTPUTDIR=Vidéos
QUALITY=medium
REPLAYDURATION=120
# ADDITIONAL_ARGS=-a $(pactl get-default-sink)

View file

@ -139,6 +139,7 @@ sync-arch:
# gpu-screen-recorder
@$(WGET) $(REPO_SRC)/.config/gpu-screen-recorder.env -O $(HOME)/.config/gpu-screen-recorder.env
@echo "ADDITIONAL_ARGS=-a $$(pactl get-default-sink)" >> $(HOME)/.config/gpu-screen-recorder.env
@echo "gpu-screen-recorder settings synced!"
@echo