Skip to content

Instantly share code, notes, and snippets.

@Sarverott
Created August 21, 2025 07:38
Show Gist options
  • Save Sarverott/623e6f5f9c293176ed88da899781e731 to your computer and use it in GitHub Desktop.
Save Sarverott/623e6f5f9c293176ed88da899781e731 to your computer and use it in GitHub Desktop.
tests in KDE kubuntu environment
import dbus
bus = dbus.SessionBus()
print(bus)
proxy = bus.get_object("org.kde.KWin", "/KWin")
print(proxy)
print(proxy.currentDesktop(dbus_interface="org.kde.KWin"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment