diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-08 00:42:25 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-08 00:42:25 +0100 |
commit | 11137f566712166f593eee3466a0287b8f3fad7b (patch) | |
tree | d6fb6081134733e143fa24622ab9f5a2a9a427c3 /bin | |
parent | c35ad1e198b47180bdf4ba5d80fdff26a65467ff (diff) |
checkpoint
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/guiscripts/vrec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/vrec b/bin/guiscripts/vrec index c5399c8..6af8d58 100755 --- a/bin/guiscripts/vrec +++ b/bin/guiscripts/vrec @@ -75,7 +75,7 @@ then ## Mic # audio="-f pulse -ac 2 -i default" ## Desktop - audio="-f pulse -i default" + audio="-f pulse -i alsa_output.pci-0000_00_1f.3.analog-stereo.monitor -ac 1" shift fi output="$(date +%F_%H-%M-%S)" |