mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Make window position, frame, and grid count configurable
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
[window]
|
||||
# Window dimensions
|
||||
#width = 1920
|
||||
#height = 1080
|
||||
|
||||
# Position a frameless window (useful for capturing w/ fixed screen positions)
|
||||
#x = 0
|
||||
#y = 0
|
||||
#frameless = false
|
||||
|
||||
# Set the background color (useful for chroma-keying)
|
||||
#background-color = "#0f0"
|
||||
|
||||
[grid]
|
||||
#count = 3
|
||||
|
||||
[control]
|
||||
# Address to serve control server from
|
||||
address = "http://localhost:80"
|
||||
|
||||
Reference in New Issue
Block a user