From 795bb006561b1dfefaf14c324ae8f62690ca2af7 Mon Sep 17 00:00:00 2001 From: Kirottu Date: Tue, 4 Apr 2023 18:18:09 +0300 Subject: [PATCH] Add `position` configuration key to the example config in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb8f1fd..bf3eecb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ After that you need to create the configuration file and place it in `~/.config/ ```ron Config( width: 800, + position: Top, plugins: [ "libapplications.so", "libsymbols.so",