Active window wayland #126
Replies: 2 comments 3 replies
-
|
Thank you for this custom module, but could you explain further what is the issue with the current active_window module? PS: The gdbus command returns a json with a few issues. I am just writing it as a suggestion how I would read the output: import json
title = json.loads(app_retval.strip("(),'"))["title"] |
Beta Was this translation helpful? Give feedback.
-
|
So i changed to manjaro with kde a couple days ago and ended up updating this active window module again, now it got support for x11 via the default method in lnxlink, wayland gnome with a self installing gnome extension and kde wayland via kdotool (this needs to be manually installed) it probably needs some cleanup in the code, but it works. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Had some problems with the active window module not working with wayland on ubuntu, and using x11 fucked up video playback in kodi so i ended up with a new module to fix this
the module is slapped together in 2 minutes and i do not know python so it can probably be made in a better way but it is what it is
The module uses this gnome extension
https://github.com/flexagoon/focused-window-dbus
Beta Was this translation helpful? Give feedback.
All reactions