Active window wayland #126
n0tOdd
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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