Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 X11,我如何确定特定进程打开的窗口的位置和大小,最好是通过一些 C 或 C++ 库?正在使用的特定窗口管理器是KWin.
KWin
xdotool是一个 x11 自动化实用程序和库。
xdotool
xdotool 搜索 --pid
如果窗口管理器在窗口管理器提示中提供此信息,则应该让您获得与特定进程相关联的窗口标识符列表。WMs 之类的Kwin或metacity做的。
Kwin
metacity
xdotool提供可通过编程方式使用的 API。