typo
This commit is contained in:
parent
863c648897
commit
3f0ec71c2f
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
OUTPUTDIR=Vidéos
|
||||
QUALITY=medium
|
||||
REPLAYDURATION=120
|
||||
OUTPUTDIR=Vidéos
|
||||
MAKEFOLDERS=yes
|
||||
|
||||
# ADDITIONAL_ARGS=-a $(pactl get-default-sink)
|
||||
# ADDITIONAL_ARGS=-a "$(pactl get-default-source)"
|
||||
|
|
2
Makefile
2
Makefile
|
@ -139,7 +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 "ADDITIONAL_ARGS=-a \"$$(pactl get-default-source)\"" >> $(HOME)/.config/gpu-screen-recorder.env
|
||||
@echo "gpu-screen-recorder settings synced!"
|
||||
@echo
|
||||
|
||||
|
|
Loading…
Reference in a new issue