diff --git a/pages/Configuring/Advanced-config.md b/pages/Configuring/Advanced-config.md index 750a47b..e60933d 100644 --- a/pages/Configuring/Advanced-config.md +++ b/pages/Configuring/Advanced-config.md @@ -13,6 +13,9 @@ three_param_keyword=A,C # NOT OK three_param_keyword=A,,C # OK ``` +# Table of contents +{{< toc format=html >}} + # Monitors ```plain diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index c572d62..2fe9c53 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -10,6 +10,17 @@ If it's not, go to the repo root and `/hyprctl`. Issue a `make all` and then # Commands +{{< hint type=warning >}} + +*hyprctl* calls will be dispatched by the compositor *synchronously*, +meaning any spam of the utility will cause slowdowns. +It's recommended to use `--batch` for many control calls, and +limiting the amount of info calls. + +For live event handling, see the [socket2](../../IPC/). + +{{< /hint >}} + ## Control ### Dispatch diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 533ef16..7afe7be 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -1,13 +1,16 @@ +  +{{< toc format=html >}} + ### Nothing renders / screen is empty / crash on opening first app Possible causes: -#### Your themes are not set up properly, making apps crash. +> Your themes are not set up properly, making apps crash. Use something like `qt5ct` (QT) and `lxappearance` (GTK) (\*for GTK you can also set up themes with envvars) to set up your themes. -#### Your PC is very, very old. +> Your PC is very, very old. In that case, see the [Installation Page](https://github.com/hyprwm/Hyprland/wiki/Installation) and