Add audio & daily

This commit is contained in:
Gabriel Augendre 2023-02-27 15:05:50 +01:00
parent 0414058f84
commit ec9d426f01
4 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,6 @@
function audio-airpods-conf
pacmd set-card-profile bluez_card.10_CF_0F_EF_EE_EF handsfree_head_unit
pacmd set-default-source bluez_source.10_CF_0F_EF_EE_EF.handsfree_head_unit
pacmd set-default-sink bluez_sink.10_CF_0F_EF_EE_EF.handsfree_head_unit
pacmd set-source-volume bluez_source.10_CF_0F_EF_EE_EF.handsfree_head_unit 65535
end

View file

@ -0,0 +1,5 @@
function audio-airpods-no-mic
pacmd set-card-profile bluez_card.10_CF_0F_EF_EE_EF a2dp_sink
pacmd set-default-source alsa_input.pci-0000_00_1f.3.analog-stereo
pacmd set-default-sink bluez_sink.10_CF_0F_EF_EE_EF.a2dp_sink
end

View file

@ -2,4 +2,5 @@ function audio-plt-conf
pacmd set-card-profile bluez_card.F4_B6_88_D4_1E_5D handsfree_head_unit
pacmd set-default-source bluez_source.F4_B6_88_D4_1E_5D.handsfree_head_unit
pacmd set-default-sink bluez_sink.F4_B6_88_D4_1E_5D.handsfree_head_unit
pacmd set-source-volume bluez_source.F4_B6_88_D4_1E_5D.handsfree_head_unit 65535
end

View file

@ -0,0 +1,3 @@
function daily
google-chrome https://bbb.gatewatcher.com/b/mat-thm-cn4 > /dev/null 2>&1 & && disown
end