update submodule

This commit is contained in:
Vaxry 2022-08-13 17:00:36 +02:00
parent eb76f61bc1
commit 5d0dc58d8a
3 changed files with 19 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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