Add position configuration key to the example config in README.md

This commit is contained in:
Kirottu
2023-04-04 18:18:09 +03:00
parent 2adbaa58a4
commit 795bb00656

View File

@@ -48,6 +48,7 @@ After that you need to create the configuration file and place it in `~/.config/
```ron ```ron
Config( Config(
width: 800, width: 800,
position: Top,
plugins: [ plugins: [
"libapplications.so", "libapplications.so",
"libsymbols.so", "libsymbols.so",