diff options
author | Tonus <tonus1@gmail.com> | 2024-02-16 11:18:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-16 18:51:33 +0700 |
commit | 051b47676c55929a2eabb383da4023c3b7ebb61d (patch) | |
tree | 834851c670ca2c15ae42ecdf09567e7a5ba8b372 /desktop/ncpamixer/README | |
parent | f9224eb7a0e7e78a3d8c6c4dff5a04a8798fe256 (diff) |
desktop/ncpamixer: Added (sound mixer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ncpamixer/README')
-rw-r--r-- | desktop/ncpamixer/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/desktop/ncpamixer/README b/desktop/ncpamixer/README new file mode 100644 index 0000000000..3cc1b26944 --- /dev/null +++ b/desktop/ncpamixer/README @@ -0,0 +1,12 @@ +An ncurses mixer for PulseAudio inspired by pavucontrol. + +ncpamixer supports 256 colors. +ncpamixer supports custom bindings. +You can change both in ncpamixer.conf + +If $XDG_CONFIG_HOME is defined then it will be created at +$XDG_CONFIG_HOME/ncpamixer.conf otherwise $HOME/.ncpamixer.conf +File gets created on first run. + +Pandoc is an optional dependency to build man page. If installed do +BUILD_MANPAGE=yes ./ncpamixer.SlackBuild |