mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
update submodule
This commit is contained in:
parent
eb76f61bc1
commit
5d0dc58d8a
3 changed files with 19 additions and 2 deletions
|
@ -13,6 +13,9 @@ three_param_keyword=A,C # NOT OK
|
||||||
three_param_keyword=A,,C # OK
|
three_param_keyword=A,,C # OK
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Table of contents
|
||||||
|
{{< toc format=html >}}
|
||||||
|
|
||||||
# Monitors
|
# Monitors
|
||||||
|
|
||||||
```plain
|
```plain
|
||||||
|
|
|
@ -10,6 +10,17 @@ If it's not, go to the repo root and `/hyprctl`. Issue a `make all` and then
|
||||||
|
|
||||||
# Commands
|
# 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
|
## Control
|
||||||
|
|
||||||
### Dispatch
|
### Dispatch
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
|
|
||||||
|
{{< toc format=html >}}
|
||||||
|
|
||||||
### Nothing renders / screen is empty / crash on opening first app
|
### Nothing renders / screen is empty / crash on opening first app
|
||||||
|
|
||||||
Possible causes:
|
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
|
Use something like `qt5ct` (QT) and `lxappearance` (GTK) (\*for GTK you can also
|
||||||
set up themes with envvars) to set up your themes.
|
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
|
In that case, see the
|
||||||
[Installation Page](https://github.com/hyprwm/Hyprland/wiki/Installation) and
|
[Installation Page](https://github.com/hyprwm/Hyprland/wiki/Installation) and
|
||||||
|
|
Loading…
Reference in a new issue