3
votes
1answer
93 views

How can I count number of Window with specific title on Linux by Python?

Here is my solution, but I think it's not a good one. Can anybody suggest me new solution, I want to enumarize windows, and get the Title property to compare by just using core library of python , not ...
0
votes
2answers
376 views

Qt X11 application configured as Always on Top

I'm currently trying to execute a Qt X11 application on remote XServer (Exceed). To make application window to be always on top of other displays, I'm using the statement below: ...
3
votes
1answer
665 views

How to install cygwin/X through apt-cyg [closed]

Anyone knows how to install cygwin/X through apt-cyg, no with setup.exe?
2
votes
1answer
340 views

X11. How to know the full size of a window (with the size of its decorations)

I would like to retrieve the complete size of any windows in X11 in order to automatically resize it. So far I have used wmctrl but the size seems to be incomplete. for instance >$ wmctrl -lG ...
1
vote
1answer
322 views

How do I create a X-windows window independent of the current window manager?

I am playing with X-windows, Xlib, etc. I want to create a X-window independent of the window-manager: meaning that I do not want the WM to put a frame, minimize-maximize, close, menu, title-bar, etc. ...