summaryrefslogtreecommitdiff
path: root/alsamixer/alsamixer.1
Commit message (Collapse)AuthorAgeFilesLines
* alsamixer: add -B,--black-background optionJaroslav Kysela2023-02-101-0/+4
| | | | | Fixes: https://github.com/alsa-project/alsa-utils/issues/176 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsamixer: fix typo in man page (and/of -> and/or)Jaroslav Kysela2021-12-031-1/+1
| | | | | Fixes: https://github.com/alsa-project/alsa-utils/issues/110 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsamixer: Allow setting the default background color in configTakashi Iwai2021-10-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The recent commit c867aa8a84a7 ("alsamixer: use background color instead of COLOR_BLACK") changed the behavior of alsamixer to take the system default background color instead of black. This caused problems on the terminal setups that have bright background colors, e.g. yellow is very hard to read. It could be "fixed" by setting up the color configurations in ~/.config/alsamixer.rc, but this needs to change the all colors in every element, which is pretty cumbersome. Instead, this patch extends the config set command to allow user to specify the default background color. A user like me can create their own ~/.config/alsamixer.rc file containing the line set background black and the old good black background is back again. Note that, for achieving the above, we also had to shuffle the function call order, to parse the config at first, then initialize curses. This shouldn't matter for other behavior. Signed-off-by: Takashi Iwai <tiwai@suse.de>
* Added configuration information to manual pagebraph2021-08-231-5/+206
| | | | | | | | Added sections FILES and CONFIGURATION. Removed section BUGS, because the described terminal issues have been fixed. Signed-off-by: braph <braph93@gmx.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* alsamixer: Fix the mixer views description in man page積丹尼 Dan Jacobson2020-10-231-1/+1
| | | | | | | Fix grammar mess. From: Dan Jacobson <jidanni@jidanni.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
* amixer, alsamixer: Add description of volume-mappingTakashi Iwai2012-03-191-0/+13
| | | | Signed-off-by: Takashi Iwai <tiwai@suse.de>
* alsamixer: remove obsolete e-mailClemens Ladisch2010-12-061-1/+1
| | | | | | Remove the no-longer-valid e-mail address also from the man page. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* alsamixer: update man pageClemens Ladisch2009-06-021-1/+1
| | | | | | Update man page for change in "CAPTURE" field. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* alsamixer: show channel names for multichannel controlsClemens Ladisch2009-05-251-13/+17
| | | | | | | | | For multichannel mixer controls, add the channel name to each screen control. Also make some other small changes. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-151-1/+1
|
* Fix / clean up man pagesTakashi Iwai2005-09-021-5/+1
| | | | Fix / clean up man pages (bug#1386)
* Fix typos in man pagesTakashi Iwai2005-06-081-1/+1
| | | | Fix typos in man pages (bug #1024)
* Fix typoTakashi Iwai2005-03-301-1/+1
| | | | Fixed a typo.
* Support quick volume changeTakashi Iwai2005-01-121-8/+17
| | | | | | | Patch provided by nijel, ALSA BTS #785: Attached patch adds support for quickly changing volume using 0-9 keys in simmilar way as aumix does.
* Remove number key assignmentTakashi Iwai2005-01-121-3/+4
| | | | | Don't use number keys for alternatives to F1-F5. The Tab key can be used to toggle view modes, instead.
* Usability improvementTakashi Iwai2005-01-031-4/+4
| | | | | | | | | | | | | Improved the usability of alsamixer: - the mute/unmute appears in a separate box below the volume bar more obviously - the capture switch appears below the volume bar, too - the controls without volume doesn't show volume bars - fixed bugs with all view mode - fixed the calculation of volume bar size - show left/right scrollable status - code clean up
* More descriptions about mixer views and view modesTakashi Iwai2004-12-201-4/+59
| | | | | More descriptions about mixer view and view modes are added. Corrected some typos.
* Fix hyphens in man pagesNicolas FRANCOIS2004-10-081-6/+6
| | | | | | | | | | This patch converts hyphens to minus signs in the man pages (for options, emails, or command line examples). This patch also closes one font modifier in iecset.1. (s/\fIfalse\fI,/\fIfalse\fP,/) Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
* mention that commands given to alsamixer in upper case can also be entered ↵Thomas Hood2004-09-241-0/+2
| | | | | | in lower case Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
* mention that '<' and '>' mute channels separately only if the hardware ↵Thomas Hood2004-09-241-1/+2
| | | | | | supports this Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
* Correct the description of the function of the spacebar in alsamixer.1Thomas Hood2004-09-241-5/+3
| | | | Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
* added a note about ESC key.Takashi Iwai2002-11-291-0/+2
|
* Fixed for the current behavior, options.Takashi Iwai2001-11-121-11/+10
|
* UpdatedJaroslav Kysela2001-05-151-22/+13
|
* Changed e-mail from <perex@jcu.cz> to <perex@suse.cz>..Jaroslav Kysela1999-05-111-1/+1
|
* * Sun Feb 21 02:23:52 1999 Tim Janik <timj@gtk.org>Tim Janik1999-02-211-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | * * * don't abort if snd_mixer_* functions failed due to EINTR, * we simply retry on the next cycle. hopefully asoundlib preserves * errno states correctly (Jaroslav can you asure that?). * * * feature WINCH correctly, so we make a complete relayout on * screen resizes. don't abort on too-small screen sizes anymore, * but simply beep. * * * redid the layout algorithm to fix some bugs and to preserve * space for a flag indication line. the channels are * nicer spread horizontally now (i.e. we also pad on the left and * right screen bounds now). * * * various other minor fixes. * * * indicate whether ExactMode is active or not. * * * fixed coding style to follow the GNU coding conventions. * * * reverted record volume changes since they broke ExactMode display. * * * composed ChangeLog entries.
* Changes for record volume...Jaroslav Kysela1999-02-151-0/+2
|
* Initial version...Jaroslav Kysela1998-11-271-0/+119