ctemplin / paclt-move-sink-input-cli

Simple CLI to move active Pulseaudio input to a different sink.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pactl move sink input

Simple CLI to move active Pulseaudio input to a different sink.

Made to be used as a pop-up terminal in i3wm (not required).

.i3/config example

...
# Node CLI app to quickly move a Pulseaudio input to a different sink. (e.g. from headphones to speakers)
# Change the default -title (add "-i3") so the window props don't affect editors, etc.
bindsym $mod+Ctrl+Shift+m exec terminal -title 'pactl-move-sink-input-i3' -e pactl-move-sink-input
for_window [title="pactl-move-sink-input-i3"] floating enable sticky enable border pixel 1
...

About

Simple CLI to move active Pulseaudio input to a different sink.


Languages

Language:JavaScript 100.0%