mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-09 12:45:00 +00:00
24 lines
471 B
Markdown
24 lines
471 B
Markdown
### Description
|
|
Implements a dbus service provider for Gnome-based enviroment.
|
|
|
|
### Download
|
|
- [main 2024-12-30](/icedman/dwl/raw/branch/dbus-patch/patches/dbus/dbus.patch)
|
|
|
|
### Author
|
|
- [icedman](https://codeberg.org/icedman)
|
|
|
|
### DBus Methods
|
|
- GetWindows() -> windows
|
|
- FocusWindow(window)
|
|
- CloseWindow(window)
|
|
- QuitApp(appid)
|
|
|
|
### Signals
|
|
- WindowOpen -> window
|
|
- WindowFocused -> window
|
|
- WindowClosed -> window
|
|
|
|
### Properties
|
|
- Count (number of active windows)
|
|
|