From 72fdae6b36eac20ec1d5bfa749b7befe87330e28 Mon Sep 17 00:00:00 2001 From: Fabien Devaux Date: Fri, 28 Jul 2023 22:22:55 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/Home.md b/Home.md index 79cc4fd..1498a7a 100644 --- a/Home.md +++ b/Home.md @@ -1,28 +1,7 @@ # Welcome to the pyprland wiki! ## Pyprland is an hyprland companion app enabling Scratchpads, smart monitor placement and other tweaks. + Check the [plugin list](Plugins) for the full list of features. -It consists in two things: -- **a tool**: `pypr` -- **some config file**: `~/.config/hypr/pyprland.json` - -The `pypr` tool only have two built-in commands: - -- `reload` reads the configuration file and attempt to apply the changes -- `--help` lists available commands (including plugins commands) - -Other commands are added by adding plugins. - -The config file uses the following syntax: - -```json -{ - "pyprland": { - "plugins": ["plugin_name"] - }, - "plugin_name": { - "plugin_option": 42 - } -} -``` \ No newline at end of file +If you are new, check the [getting started](Getting-started) page!