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

[Feature request] Allow to select “running” sinks #45

Open
jirutka opened this issue Jan 9, 2022 · 5 comments
Open

[Feature request] Allow to select “running” sinks #45

jirutka opened this issue Jan 9, 2022 · 5 comments

Comments

@jirutka
Copy link

jirutka commented Jan 9, 2022

pamixer currently allows to control the default sink or any other sink specified by its index or name. There’s also option --get-default-sink that prints the default sink.

I’d like to have the same for the currently running sink(s). At least --get-running-sinks or additional column with the state of the sinks in the --list-sinks output would be beneficial.

@jirutka jirutka changed the title Feature request: Allow to select “running” sinks [Feature request] Allow to select “running” sinks Jan 9, 2022
cdemoulins added a commit that referenced this issue Jan 14, 2022
@cdemoulins
Copy link
Owner

I added a state column for the options --list-sources and --list-sinks.

@jirutka
Copy link
Author

jirutka commented Jan 14, 2022

Thanks!

@jirutka
Copy link
Author

jirutka commented May 2, 2022

Can you please release a new version?

@susnux
Copy link

susnux commented Oct 10, 2022

So this is fixed in 1.6?

@OJFord
Copy link

OJFord commented Mar 16, 2023

Sort of, you can now do:

pamixer --list-sinks | grep Running | cut -d' ' -f1 | xargs pamixer --increase=1 --sink

for example.

Would still be nice to just be able to:

pamixer --running --increase=1

IMO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants