summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-21 01:54:11 -0600
committerzachir <zachir@librem.one>2023-02-21 01:54:11 -0600
commit21c74748679f7badc8f068ccb000685839912b8e (patch)
treed54d3ccdee779b4f7def8999e797da7223367b3c
parent9b90ea6d3a672be5c7a152ef18aacb9546e462e1 (diff)
update volsv man page2.0
-rw-r--r--volsv.112
1 files changed, 10 insertions, 2 deletions
diff --git a/volsv.1 b/volsv.1
index 51c9803..e57aa52 100644
--- a/volsv.1
+++ b/volsv.1
@@ -9,13 +9,16 @@ volsv \- volume set variable
.RB [ \-m ]
.RB [ \-v ]
.RB [ \-g ]
+.RB [ \-a ]
.RB [ \-h ]
.SH DESCRIPTION
.B volsv
Volsv is a free software, POSIX shell compliant script ZachIR wrote in 2020, and
has been modifying since, for simple volume control. Volsv controls volume for
-pulseaudio if it is running, and ALSA if it is not. More sound servers are
-intended to be added in future versions.
+pulseaudio, pipewire, sndio, or alsa (depending on what it detects). More sound
+servers are intended to be added in future versions. Volsv depends on amixer for
+alsa and muting the mic in pipewire, pamixer for pulseaudio and everything else
+for pipewire, and/or mixerd for sndio.
.SH OPTIONS
.TP
.B \-h
@@ -38,5 +41,10 @@ volsv will print the volume level
.TP
.BI \-g
volsv will print the mute status
+.TP
+.BI \-a
+volsv will print both the volume level and mute status
.SH SEE ALSO
.IR amixer (1),
+.IR mixerd (1),
+.IR pamixer (1),