We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ce5a2 commit d45f65dCopy full SHA for d45f65d
README.md
@@ -87,6 +87,11 @@ Using Manim Slides is a two-step process:
87
88
The documentation is available [online](https://eertmans.be/manim-slides/).
89
90
+### Note for wayland users
91
+
92
+It may happen that the presentation player won't work when in fullscreen mode and will simply block the transition requiring a restart.
93
+An easy way of resolving this issue is to force Qt to use xwayland for rendering the window by setting the environment variable `QT_QPA_PLATFORM=xcb`
94
95
### Basic Example
96
97
Call `self.next_slide()` everytime you want to create a pause between
0 commit comments