diff --git a/vmcompact/configs/app.toml b/vmcompact/configs/app.toml deleted file mode 100644 index a824228..0000000 --- a/vmcompact/configs/app.toml +++ /dev/null @@ -1,18 +0,0 @@ -# load with themes enabled? set the default mode -[theme] -enabled=true -mode="light" -# 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 -# size of a single mouse wheen scroll step -[mwscroll_step] -size=3 -# default submix bus -[submixes] -default=6 diff --git a/vmcompact/configs/vban.toml b/vmcompact/configs/vban.toml deleted file mode 100644 index 231acf1..0000000 --- a/vmcompact/configs/vban.toml +++ /dev/null @@ -1,12 +0,0 @@ -# example connections -[connection-1] -kind = 'banana' -ip = '' -streamname = 'Command1' -port = 6990 - -[connection-2] -kind = 'potato' -ip = '' -streamname = 'Command1' -port = 6990