aboutsummaryrefslogtreecommitdiffstats
path: root/usage.org
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-17 01:10:04 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-17 01:10:04 +0200
commitc614c117dc9fb40fe6565321dceb0c758766fef7 (patch)
tree2107ec186d80b3d8a2160db9608918eefc757e93 /usage.org
parente2f5c15e17d0ddcde88830194410c387793c045f (diff)
downloadmum-c614c117dc9fb40fe6565321dceb0c758766fef7.tar.gz
Set input volume via mumctl
Diffstat (limited to 'usage.org')
-rw-r--r--usage.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/usage.org b/usage.org
index e340165..8746014 100644
--- a/usage.org
+++ b/usage.org
@@ -50,7 +50,7 @@ root [3](4)
someone eating food
#+END_SRC
-**** TODO --short
+**** DONE --short
#+BEGIN_SRC bash
$ mumctl channel list --short
root [3](4)
@@ -139,3 +139,9 @@ server offered invalid key. what do you want to do?
#+BEGIN_SRC bash
$ mumctl server rename loopback my_server
#+END_SRC
+** config
+#+BEGIN_SRC bash
+$ mumctl config audio.input_volume 1.1
+$ mumctl config audio.input_volume
+$ mumctl config audio.input_volume --help
+#+END_SRC