added config files
This commit is contained in:
20
config/concentration-client.toml
Normal file
20
config/concentration-client.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[concentration]
|
||||
#Whether the window size and pos is customized
|
||||
customized = false
|
||||
#Whether the window pos should related to the monitor
|
||||
related = false
|
||||
#X coordinate
|
||||
#Range: > -2147483648
|
||||
x = 0
|
||||
#Y coordinate
|
||||
#Range: > -2147483648
|
||||
y = 0
|
||||
#Width
|
||||
#Range: > 1
|
||||
width = 800
|
||||
#Height
|
||||
#Range: > 1
|
||||
height = 600
|
||||
#Fullscreen mode
|
||||
#Allowed Values: BORDERLESS, NATIVE
|
||||
fullscreen = "BORDERLESS"
|
Reference in New Issue
Block a user