2026-03-09 10:27:47 +00:00

25 lines
508 B
TOML

# load a specific profile on start (file name without .toml ext)
# [configs]
# config="example"
# load with themes enabled?
[theme]
enabled = true
# load in extended mode? if so which orientation
[extends]
extended = true
extends_horizontal = true
# default dimensions for channel label frames
[channel]
width = 80
height = 130
xpadding = 2
# size of a single mouse wheel scroll step
[mwscroll_step]
size = 3
# default submix bus
[submixes]
default = 0
# show the navigation frame?
[navigation]
show = false