diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-02-18 16:23:48 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-04-07 14:57:56 +0530 |
commit | 15a83c0eafbcda5ccadf428cd1c42d544299069c (patch) | |
tree | 82213a31b50a3d69dc6ac00b88ec85f99c12c50c /example | |
parent | c25028556c2f403b5e6071bf61e7a6cd4a173d84 (diff) |
configs: game profiles can now override soibox configs
the proper precedence order is listed below in descending order
* command line arguments
* game profiles
* ~/.config/soibox/soibox.conf
* /etc/soibox/soibox.conf
Diffstat (limited to 'example')
-rw-r--r-- | example/example.sb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example/example.sb b/example/example.sb index 87b9956..b3d4bae 100644 --- a/example/example.sb +++ b/example/example.sb @@ -3,8 +3,10 @@ # acording to the game profile location # 2) if an option is specified in the soibox config # its ignored from game profiles unless specified -# 3) soibox config is located at ~/.config/soibox/soibox.conf, this applies -# to all games, game profiles are specific to each game +# 3) soibox config is located at /etc/soibox/soibox.conf and ~/.config/soibox/soibox.conf, +# this applies to all games, game profiles are specific to each game +# 4) command line arguments overrides game profiles overrides ~/.config/soibox/soibox.conf +# overrides /etc/soibox/soibox.conf # use mangohud perfomance overlay, the value can either be on, 1,2,3,4 or path to # a mangohud config. 1 being just the fps and 4 being the most verbose option, @@ -48,8 +50,6 @@ # path to wine prefix # wine_prefix : path/to/wine/prefix -# note: this does not ignore game profile if specified in the soibox config -# but appends game profile version to the config # WINEDLLOVERRIDES # winedll_ovrids : mshtml=d |