Skip to content

Commit 20e18a8

Browse files
authored
Add openpavucontrol.sh closepavucontrol.sh
1 parent 188a073 commit 20e18a8

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

closepavucontrol.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
killall -9 pavucontrol

closepavucontrol.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

openpavucontrol.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
chromiumLinuxGetUserMediaSelectAudioDevice() {
3+
pavucontrol -t 2
4+
}
5+
chromiumLinuxGetUserMediaSelectAudioDevice

openpavucontrol.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)