diff options
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)" |