mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add vban script
This commit is contained in:
parent
a5093e666f
commit
5e728a1a86
2 changed files with 6 additions and 0 deletions
4
.config/fish/functions/vban.fish
Normal file
4
.config/fish/functions/vban.fish
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue