[Linux] Always switch to hdmi audio source when at home_tv

This commit is contained in:
Ivan Malison 2017-08-28 13:12:16 -07:00
parent 86eac4df01
commit 01f1011215
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env zsh
# -*- mode:sh
hdmi_sink="$(pahelper.sh | tr -d '\\n' | tr '>' '\\n' | grep hdmi | grep -Eo ': [0-9]+' | tr -d ':')"
pahelper.sh "$hdmi_sink"

View File

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# -*- mode:sh
wallpaper