diff options
| author | Sophie Schiller <sophie.schiller01@gmail.com> | 2023-05-01 14:26:46 +0200 |
|---|---|---|
| committer | Sophie Schiller <sophie.schiller01@gmail.com> | 2023-05-01 14:26:46 +0200 |
| commit | eddde71c3969888195c5758cced40a6afa007069 (patch) | |
| tree | 0bb8b2c436b5e00e33d53cffaa990ed995ecee7d /config.toml | |
| parent | 08a20d02065db4c55d9dfa57225b2329a3d9225e (diff) | |
allow renaming an arbitrary count of inputs
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 31289ab..8256646 100644 --- a/config.toml +++ b/config.toml @@ -3,10 +3,21 @@ ip = "10.73.4.40" video_mode = "1080p25" [atem.settings.inputs] -hdmi1 = "Laptop" -hdmi2 = "Kamera" -hdmi3 = "VGA" -hdmi4 = "Infobeamer" +1 = "Laptop" +2 = "Kamera" +3 = "VGA" +4 = "Infobeamer" +# 5 ... 40 further HDMI/SDI Inputs +# 1000 = 'colorBars' +# 2001 = 'color1' +# 2002 = 'color2' +# 3010 = 'mediaPlayer1' +# 3011 = 'mediaPlayer1Key' +# 3020 .. 3040 further media players +# 3021 .. 3041 further media plaer keys +# 4010 = 'key1Mask' +# ... and a gazillion more inputs + [gtk-settings] gtk-application-prefer-dark-theme = true |
