From 34143572a5ab8ba3a2aa2bf89082633df439bff6 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 21 Feb 2023 02:20:48 -0600 Subject: Add ability to specify volume inc/dec amount --- volsv.1 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'volsv.1') diff --git a/volsv.1 b/volsv.1 index e57aa52..d70dd7c 100644 --- a/volsv.1 +++ b/volsv.1 @@ -3,8 +3,10 @@ volsv \- volume set variable .SH SYNOPSIS .B volsv -.RB [ \-i ] -.RB [ \-d ] +.RB [ \-i +.IR x ] +.RB [ \-d +.IR x ] .RB [ \-t ] .RB [ \-m ] .RB [ \-v ] @@ -24,11 +26,11 @@ for pipewire, and/or mixerd for sndio. .B \-h volsv displays help message .TP -.B \-i -volsv increases the volume by 5% +.BI \-i " x" +volsv increases the volume by x% (or 5 if x is not provided, or not an integer) .TP -.B \-d -volsv decreases the volume by 5% +.BI \-d " x" +volsv decreases the volume by x% (or 5 if x is not provided, or not an integer) .TP .B \-t volsv will toggle the volume mute -- cgit v1.2.3