summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 996cd3f..6d2333a 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ in pipewire, pulseaudio, sndio, and ALSA. Once I get FreeBSD up and running, I w
It depends on:
- pamixer (pulseaudio/pipewire)
-- amixer (alsa)
+- amixer (alsa/pipewire mic mute)
- mixerd (sndio)
- pgrep (with the -x command, standard in BSD and \*/Linux systems)
@@ -34,12 +34,12 @@ I learn to write scripts.
#### Flags/Commands
-- increase volume: `up` or `-i`
-- decrease volume: `down` or `-d`
-- toggle system mute: `toggle` or `-t`
-- toggle microphone mute: `mic` or `-m`
-- get volume level: `getv` or `-v`
-- get mute state: `getm` or `-g`
-- get volume and mute: `getvm` or `-vm`
+- increase volume: `-i`
+- decrease volume: `-d`
+- toggle system mute: `-t`
+- toggle microphone mute: `-m`
+- get volume level: `-v`
+- get mute state: `-g`
+- get volume and mute: `-a`
- help message: `-h`