Skip to content

Commit aa002e3

Browse files
authored
update config page
1 parent 61a28aa commit aa002e3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Sober/Configuration/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
1313
"bring_back_oof": false,
1414
"discord_rpc_enabled": true,
1515
"enable_hidpi": false,
16-
"fflags": null,
16+
"fflags": {
17+
"FFlagExample": true
18+
},
1719
"server_location_indicator_enabled": false,
1820
"touch_mode": "off",
21+
"use_libsecret": false,
1922
"use_opengl": false
2023
}
2124
```
@@ -29,4 +32,5 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
2932
| `fflags` | a section for inputting additional FFlags to use advanced features | - |
3033
| `server_location_indicator_enabled` | shows a popup of the location of the server you are connected | `false` |
3134
| `touch_mode` | enables touchscreen controls | `"off"` |
35+
| `use_libsecret` | allows users to store the login cookie securely (**EXPERIMENTAL**) | `false` |
3236
| `use_opengl` | use OpenGL instead of default Vulkan graphics API | `false` |

0 commit comments

Comments
 (0)