mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
Add audio & daily
This commit is contained in:
parent
0414058f84
commit
ec9d426f01
4 changed files with 15 additions and 0 deletions
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
3
dot_config/fish/private_functions/daily.fish
Normal file
3
dot_config/fish/private_functions/daily.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function daily
|
||||
google-chrome https://bbb.gatewatcher.com/b/mat-thm-cn4 > /dev/null 2>&1 & && disown
|
||||
end
|
Loading…
Reference in a new issue