record mic & computer
This commit is contained in:
parent
efa27090c8
commit
863c648897
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
OUTPUTDIR=Vidéos
|
||||
QUALITY=medium
|
||||
REPLAYDURATION=120
|
||||
|
||||
# ADDITIONAL_ARGS=-a $(pactl get-default-sink)
|
||||
|
|
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue