summaryrefslogtreecommitdiff
path: root/ncpamixer/ncpamixer.1
blob: 9a310b8bccc3c69ab7d42b62b050b95ea2125b98 (plain)
    1 .TH ncurses PulseAudio Mixer
    2 .PP
    3 An ncurses mixer for PulseAudio inspired by pavucontrol.
    4 
    5 .SS Config
    6 .PP
    7 Your configuration gets created on first run. If  \fB\fC$XDG\_CONFIG\_HOME\fR is defined then it will be created at \fB\fC$XDG\_CONFIG\_HOME/ncpamixer.conf\fR otherwise \fB\fC$HOME/.ncpamixer.conf\fR
    8 
    9 .SS Custom colors? Why not!
   10 .PP
   11 ncpamixer supports 256 colors. You can change them in ncpamixer.conf
   12 
   13 .SS Custom bindings? Sure!
   14 .PP
   15 You find them in ncpamixer.conf
   16 
   17 .SS Default bindings
   18 .TS
   19 allbox;
   20 l l l 
   21 l l l .
   22 \fB\fCEvent\fR	\fB\fCDefault\fR	\fB\fC \fR
   23 switch	tab	T{
   24 Cycle trought sinks, outputs, profile and ports
   25 T}
   26 select	enter	Select option in dropdowns
   27 quit	escape	Quit
   28 quit	q	Quit
   29 dropdown	c	T{
   30 Open dropdown for selecting sinks, outputs, profile and ports
   31 T}
   32 mute	m	Mute selected item
   33 set\_default	d	Set default sink/source
   34 volume\_up	l	T{
   35 Increase volume on selected item
   36 T}
   37 volume\_down	h	T{
   38 Decrease volume on selected item
   39 T}
   40 volume\_up	arrow right	T{
   41 Increase volume on selected item
   42 T}
   43 volume\_down	arrow left	T{
   44 Decrease volume on selected item
   45 T}
   46 move\_up	k	Move up
   47 move\_down	j	Move down
   48 move\_up	arrow up	Move up
   49 move\_down	arrow down	Move down
   50 page\_up	page up	Previous page in dropdown
   51 page\_down	page down	Next page in dropdown
   52 tab\_next	L	Next tab
   53 tab\_prev	H	Previous tab
   54 tab\_playback	F1	Jump to playback tab
   55 tab\_recording	F2	Jump to recording tab
   56 tab\_output	F3	Jump to output tab
   57 tab\_input	F4	Jump to input tab
   58 tab\_config	F5	Jump to configuration tab
   59 move\_last	G	Move to last item
   60 move\_first	g	Move to first item
   61 set\_volume\_0	0	Set volume to 0%
   62 set\_volume\_10	1	Set volume to 10%
   63 set\_volume\_20	2	Set volume to 20%
   64 set\_volume\_30	3	Set volume to 30%
   65 set\_volume\_40	4	Set volume to 40%
   66 set\_volume\_50	5	Set volume to 50%
   67 set\_volume\_60	6	Set volume to 60%
   68 set\_volume\_70	7	Set volume to 70%
   69 set\_volume\_80	8	Set volume to 80%
   70 set\_volume\_90	9	Set volume to 90%
   71 set\_volume\_100	Unbound	Set volume to 100%
   72 .TE
   73 
   74 .SS License
   75 .PP
   76 MIT

Generated by cgit