From d55c95f3c61f539be5804cbbe9215a05ae4f4b1c Mon Sep 17 00:00:00 2001 From: buzz Date: Fri, 23 Jul 2021 17:36:52 +0200 Subject: [PATCH] Add section about Wayland support to README (#39) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index abe4ec9..16c136c 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,14 @@ which can be changed under the Preferences ➝ Prefer XEmbed. can use the AUR package [statusnotifier-introspection-dbus-menu](https://aur.archlinux.org/packages/statusnotifier-introspection-dbus-menu/). +## No Wayland support ([#39](https://github.com/buzz/volctl/issues/39)) + +Through SNI volctl now supports tray icons under Wayland. Unfortunately it's not +possible to display the volume slider window on Wayland at the mouse pointer +position. The Wayland protocol does not allow this unless non-standard Wayland +extensions are used. The only entity that is capable of doing so is the Wayland +compositor (generally your Desktop Environment). + ## Development ### Deploy dev version in Virtualenv