diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2025-01-05 19:48:25 +0100 |
commit | 58bf86c706c5a442da4fb01ea26e06f1ed291d45 (patch) | |
tree | fbf807aae15c4f3eb467f1475f2329c8709d0e24 /bin/guiscripts | |
parent | 0a69f01a5f7f67bd771fd983aa8ba4146cbafcc8 (diff) |
checkpoint
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/vrec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index 4d3f8db..c5399c8 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -72,7 +72,10 @@ fi # Set audio variable if [ "$1" = "-a" ] then - audio="-f pulse -ac 2 -i default" + ## Mic + # audio="-f pulse -ac 2 -i default" + ## Desktop + audio="-f pulse -i default" shift fi output="$(date +%F_%H-%M-%S)" |