Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Use the PulseAudio port name rather than the sink name (#419)" #505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 18, 2022

  1. Revert "Use the PulseAudio port name rather than the sink name (i3#419)"

    Changing the port name is not as straighforward as changing the device
    description.
    Changing the device description is easy and supported in multiple
    modern media backends such as pipewire-media-session and Wireplumber.
    
    Also, the device description is unique most of the time in default
    deployments. The port name is often the same across different devices
    such as "Digital Output (S/PDIF)" or "Speakers". This leads to confusion
    when changing the output device via hotkeys and checking the active
    device via i3status in uncustomized i3status configurations.
    
    Furthermore, in pavucontrol, when assigning output/input devices,
    the port name does not show up, only the device description does.
    The port name is not used very often around interfacing
    with the audio backend as opposed to the device description, which is
    typically used in various places around third-party apps.
    
    This reverts commit 09358d2.
    milaq committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    ff6a757 View commit details
    Browse the repository at this point in the history