We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--device
$ pactl list short sinks 52 alsa_output.pci-0000_c1_00.6.analog-stereo PipeWire s32le 2ch 48000Hz SUSPENDED 1504 easyeffects_sink PipeWire float32le 2ch 48000Hz SUSPENDED
swayosd-client --output-volume raise --device easyeffects_sink doesn't appear to do anything, but in the swayosd-server journal I see:
swayosd-client --output-volume raise --device easyeffects_sink
swayosd-server
swayosd-server[1723]: No device with name: 'default' found!
So it appears that "default" defined in DEVICE_NAME_DEFAULT in utils.rs is being used instead of the passed device name.
DEVICE_NAME_DEFAULT
The text was updated successfully, but these errors were encountered:
also having this issue
Sorry, something went wrong.
No branches or pull requests
swayosd-client --output-volume raise --device easyeffects_sink
doesn't appear to do anything, but in theswayosd-server
journal I see:So it appears that "default" defined in
DEVICE_NAME_DEFAULT
in utils.rs is being used instead of the passed device name.The text was updated successfully, but these errors were encountered: