A simple wayfire plugin and program to get information from wayfire.
meson build --prefix=/usr
ninja -C build
sudo ninja -C build install
Enable Information Protocol plugin
Run wf-info
and click on a window, run wf-info -l
to list information about all windows, or use wf-info -i $id
where $id
is the ID of the view about which you want info. An ID of -1 means the focused view.
$ wf-info
=========================
View ID: 1112
Client PID: 1562086
Output: DP-2(ID: 1)
Workspace: 0,0
App ID: python3
Title: Wayfire Window Information
Role: TOPLEVEL
Geometry: 710,231 500x629
Xwayland: false
Focused: false
=========================
python3 src/client/qt/gui.py