We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d274b commit 5493fd1Copy full SHA for 5493fd1
zsh/custom/audio.zsh
@@ -18,6 +18,9 @@ audioconf() {
18
# You can find the node names with:
19
# pw-cli i all | grep "node.name"
20
local COMBINED="combined"
21
+ # If the correct profile is not available,
22
+ # try connecting the transmitter directly to the computer instead of through a USB hub.
23
+ # Somehow, this makes the correct profile available.
24
local HEADPHONES="alsa_output.usb-SteelSeries_Arctis_Pro_Wireless-00.stereo-game"
25
local HEADPHONES_MIC="alsa_input.usb-SteelSeries_Arctis_Pro_Wireless-00.mono-chat"
26
local T480_SPEAKERS="alsa_output.pci-0000_00_1f.3.3.analog-stereo"
0 commit comments