diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-01-05 18:45:36 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-01-05 18:45:36 +0100 |
| commit | af1176274ac7c55a1402fbcab505e3b0bbb72414 (patch) | |
| tree | 8ce907ebca123b60afbdd84e86bc2a445bd10df3 /docs | |
| parent | 4c2ef9947ae5c89f4bfb0b217d6653aa73b95ac2 (diff) | |
| download | box64-af1176274ac7c55a1402fbcab505e3b0bbb72414.tar.gz box64-af1176274ac7c55a1402fbcab505e3b0bbb72414.zip | |
Added more command to rcfiles, and a default one when system version is not found (and move some essential detection there)
Diffstat (limited to 'docs')
| -rwxr-xr-x | docs/USAGE.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/USAGE.md b/docs/USAGE.md index 239f0db9..aef21403 100755 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -252,3 +252,16 @@ Define x86_64 bash to launch script #### BOX64_NORCFILES If the env var exist, no rc files (like /etc/box64.box64rc and ~/.box64rc) will be loaded + +---- + +Those variables are only valid inside a rcfile: +---- + +#### BOX64_NOSANDBOX + * 0 : Nothing special + * 1 : Added "--no-sandbox" to command line arguments (usefull for chrome based programs) + +#### BOX64_EXIT + * 0 : Nothing special + * 1 : Just exit, don't try to run the program |