aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-10-04 21:58:41 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-10-04 21:58:41 -0500
commit9b0904a59af7e8c02cd2039a1cd18926bee51e72 (patch)
tree62851da62195d5a45b389722e721bb61205e9d4a /todo
parent411c2c65284efabf4d64c6a161bcddebbdc2534d (diff)
downloadpavolctld-9b0904a59af7e8c02cd2039a1cd18926bee51e72.tar.xz
pavolctld-9b0904a59af7e8c02cd2039a1cd18926bee51e72.zip
add command for volume control and change name to pavolctld
Diffstat (limited to 'todo')
-rw-r--r--todo19
1 files changed, 19 insertions, 0 deletions
diff --git a/todo b/todo
new file mode 100644
index 0000000..148e532
--- /dev/null
+++ b/todo
@@ -0,0 +1,19 @@
+pavolctrld
+
+out # DONE
+v{sink},{vol},{db},{mute} # volume change
+f{idx} # default (fallback) sink change
+s{idx},{name},{desc} # sink add / first connect
+x{idx} # sink remove
+
+in
+s56 # set the editing sink to 56
+v50 # set vol 50%
+v+5 # inc vol 5%
+v-5.2 # dec vol -5.2%
+d-1.2 # dec vol 1.2dB
+m0 # unmute
+m1 # mute
+f # make the current sink the default (fallback) sink
+f35 # make sink 35 the default (fallback) sink
+