From 2c489629553f5cb9810f84e01618be1596baff38 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 23 Nov 2025 08:42:17 +0100 Subject: [PATCH] wayland: added troubleshooting --- wiki/linux/wayland.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/linux/wayland.md b/wiki/linux/wayland.md index def0e40..a9fb1d9 100644 --- a/wiki/linux/wayland.md +++ b/wiki/linux/wayland.md @@ -15,3 +15,13 @@ For this to work the compositor needs to use wlroots. ```sh wlr-randr ``` + +## Troubleshooting + +This section addresses problems that can occur when using Wayland and ways to solve them. + +### Invisible Notifications and Pop-Ups + +There is a chance that notifications and pop-ups are not displayed correctly at some time when +using Wayland. +To fix this the most simple way is to just restart the compositor that is currently used.