mirror of https://github.com/mitchell/dotfiles.git
Add vban script
This commit is contained in:
parent
a5093e666f
commit
5e728a1a86
|
@ -0,0 +1,4 @@
|
|||
function vban -d 'Default VBAN startup script'
|
||||
tmux new -s vban vban_emitter --ipaddress=192.168.1.155 --port=6980 --streamname=Main --backend=pulseaudio --device=alsa_output.pci-0000_05_00.6.analog-stereo.monitor
|
||||
or tmux attach-session -t vban
|
||||
end
|
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/sh
|
||||
kitty fish -c vban
|
Loading…
Reference in New Issue