diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-15 22:15:39 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-15 22:15:39 +0400 |
| commit | 229ca905071d837dbe6cfd9383e51cbb3c4634d7 (patch) | |
| tree | 3e2a9103470b3a72eef91d1cd7f6033ddfb00e0f | |
| parent | 17a71bd4245b0231103d6dad70294b927c22406c (diff) | |
| download | niri-229ca905071d837dbe6cfd9383e51cbb3c4634d7.tar.gz niri-229ca905071d837dbe6cfd9383e51cbb3c4634d7.tar.bz2 niri-229ca905071d837dbe6cfd9383e51cbb3c4634d7.zip | |
wiki: Mention where to find shader compile warnings
| -rw-r--r-- | wiki/Configuration:-Animations.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wiki/Configuration:-Animations.md b/wiki/Configuration:-Animations.md index d1d0fc9f..5da9575a 100644 --- a/wiki/Configuration:-Animations.md +++ b/wiki/Configuration:-Animations.md @@ -161,6 +161,7 @@ You can write a custom shader for drawing the window during an open animation. See [this example shader](./examples/open_custom_shader.frag) for a full documentation with several animations to experiment with. If a custom shader fails to compile, niri will print a warning and fall back to the default, or previous successfully compiled shader. +When running niri as a systemd service, you can see the warnings in the journal: `journalctl -ef /usr/bin/niri` > [!WARNING] > @@ -220,6 +221,7 @@ You can write a custom shader for drawing the window during a close animation. See [this example shader](./examples/close_custom_shader.frag) for a full documentation with several animations to experiment with. If a custom shader fails to compile, niri will print a warning and fall back to the default, or previous successfully compiled shader. +When running niri as a systemd service, you can see the warnings in the journal: `journalctl -ef /usr/bin/niri` > [!WARNING] > @@ -315,6 +317,7 @@ You can write a custom shader for drawing the window during a resize animation. See [this example shader](./examples/resize_custom_shader.frag) for a full documentation with several animations to experiment with. If a custom shader fails to compile, niri will print a warning and fall back to the default, or previous successfully compiled shader. +When running niri as a systemd service, you can see the warnings in the journal: `journalctl -ef /usr/bin/niri` > [!WARNING] > |
