Skip to content

xiaohuirong/wf-info

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wf-info

A simple wayfire plugin and program to get information from wayfire.

Build

meson build --prefix=/usr

ninja -C build

sudo ninja -C build install

Runtime

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.

Example

$ wf-info
=========================
View ID: 771706616
Client PID: 574934
Workspace: 0,0
App ID: xfce4-terminal
Title: Terminal - root@desktop: /
Role: TOPLEVEL
Geometry: 954,384 843x424
Xwayland: false
=========================

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.0%
  • Meson 12.0%