Added config option overrides to args

This commit is contained in:
Kirottu
2023-06-19 16:40:31 +03:00
parent 8da0ec5ff7
commit eeb151a542
9 changed files with 83 additions and 26 deletions
+4 -1
View File
@@ -167,7 +167,10 @@ Anyrun supports [GTK+ CSS](https://docs.gtk.org/gtk3/css-overview.html) styling.
The custom arguments for anyrun are as follows:
- `--config-dir`, `-c`: Override the configuration directory
- `--override-plugins`, `-o`: Override the plugins to be used, provided in the same way as in the config file.
The rest of the arguments are automatically generated based on the config, and can be used to override
configuration parameters. For example if you want to temporarily only run the Applications and Symbols plugins on
the top side of the screen, you would run `anyrun --plugins libapplications.so --plugins libsymbols.so --position top`.
# Plugin development