8 lines
189 B
Bash
8 lines
189 B
Bash
#!/bin/bash
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2021-present Fewtarius (https://github.com/fewtarius)
|
|
|
|
. /etc/profile
|
|
|
|
### Set the audio device
|
|
set-audio set "HDMI (0:3)"
|