Add initial user configuration file with default settings
- Created user.ini file to store user-specific settings for OBS. - Included general settings, window preferences, appearance options, and accessibility configurations. - Set default values for various parameters to enhance user experience on first run.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[General]
|
||||
MaxLogs=10
|
||||
InfoIncrement=-1
|
||||
ProcessPriority=Normal
|
||||
EnableAutoUpdates=true
|
||||
BrowserHWAccel=true
|
||||
LastVersion=536870914
|
||||
|
||||
[Video]
|
||||
Renderer=OpenGL
|
||||
|
||||
[Locations]
|
||||
Configuration=/home/glennigen/.var/app/com.obsproject.Studio/config
|
||||
SceneCollections=/home/glennigen/.var/app/com.obsproject.Studio/config
|
||||
Profiles=/home/glennigen/.var/app/com.obsproject.Studio/config
|
||||
PluginManagerSettings=/home/glennigen/.var/app/com.obsproject.Studio/config
|
||||
|
||||
[PropertiesWindow]
|
||||
cx=720
|
||||
cy=580
|
||||
Reference in New Issue
Block a user