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

how to configure f_mixer function in NsCDE? #177

Open
sonicfon opened this issue Dec 7, 2023 · 1 comment
Open

how to configure f_mixer function in NsCDE? #177

sonicfon opened this issue Dec 7, 2023 · 1 comment

Comments

@sonicfon
Copy link

sonicfon commented Dec 7, 2023

изображение

@CyberCois
Copy link

CyberCois commented Apr 27, 2024

TBH I could not figure out how to get f_Mixer to work.
So I put this in my Keybindings.fvwmlocal:

Silent Key XF86AudioLowerVolume A A exec mixer -f /dev/mixer vol.volume=-0.02
Silent Key XF86AudioRaiseVolume A A exec mixer -f /dev/mixer vol.volume=+0.02
Silent Key XF86AudioLowerVolume A C exec mixer -f /dev/mixer vol.volume=-0.02
Silent Key XF86AudioRaiseVolume A C exec mixer -f /dev/mixer vol.volume=+0.02
Silent Key XF86AudioMute A A exec mixer -f /dev/mixer vol.mute=^

The exec part will be different based on what you are using for system audio. I'm using OSS on FreeBSD.
If it still says you need to define f_Mixer for some reason you can just set it up to do nothing in Functions.fvwmlocal

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

2 participants