chore: add example config for bmc-beta test bot
This commit is contained in:
committed by
Brandon McGinty
parent
b861193306
commit
41500f2c54
@@ -0,0 +1,33 @@
|
||||
# barnard config for bmc-beta on mumble-the-brannons.com
|
||||
# Place at ~/.barnard.toml
|
||||
|
||||
DefaultServer = "mumble-the-brannons.com:64738"
|
||||
Username = "bmc-beta"
|
||||
|
||||
# Virtual mic for testing
|
||||
InputDevice = "Remapped virtual_mic.monitor source"
|
||||
|
||||
# Prefer PulseAudio/PipeWire backend
|
||||
AudioDriver = "pulse"
|
||||
|
||||
[Hotkeys]
|
||||
Talk = "f8"
|
||||
VolumeDown = "f5"
|
||||
VolumeUp = "f6"
|
||||
VolumeReset = "f7"
|
||||
MuteToggle = "f4"
|
||||
Exit = "f10"
|
||||
ToggleTimestamps = "f3"
|
||||
SwitchViews = "tab"
|
||||
ScrollUp = "pgup"
|
||||
ScrollDown = "pgdn"
|
||||
NoiseSuppressionToggle = "f9"
|
||||
|
||||
[[Servers]]
|
||||
Host = "mumble-the-brannons.com"
|
||||
Port = 64738
|
||||
|
||||
[[Servers.Users]]
|
||||
Username = "bmc-beta"
|
||||
Boost = 1
|
||||
Volume = 1.0
|
||||
Reference in New Issue
Block a user