xlib
Getting pid and details for topmost window
Does anyone know how to get the PID of the top active window and then how to get the properties of the window using the PID? I mean properties like process name, program na开发者_开发技巧me, etc.[详细]
2022-12-16 04:22 分类:问答What do I need to do to link with xlib?
I am using GCC, what switches do I need to add to link with Xlib? After searching, all I could find was -lX11, but that gave me ld: library not found for -lX11[详细]
2022-12-15 16:43 分类:问答Interposing library: XOpenDisplay
I am working on a project where I need to change the behaviour of the XOpenDisplay function defined in X11/Xlib.h.[详细]
2022-12-15 12:16 分类:问答Borderless windows on Linux
Is their a standard way to make a particular window borderless on Linux? I believe that the window border is drawn by your window manager, so it may be that I just need to use a particular window mana[详细]
2022-12-14 04:31 分类:问答Xlib mouse events and ButtonPressMask
I have written a simple program which will report key press and release events for a particular window. In my case, it is mostly the terminal since I invoke the program from the terminal. I am able to[详细]
2022-12-12 11:13 分类:问答"Correct" way to playback user movement with xlib?
I\'m trying to figure out a way to make demos for a program I\'ve written with xlib, and I came across this, but, according to the author page:[详细]
2022-12-11 07:38 分类:问答Python: Xlib -- How can I raise(bring to top) windows?
I\'ve tried using: win.configure(stack_mode=X.TopIf) win.set_input_focus(X.RevertToParent, X.CurrentTime)[详细]
2022-12-09 02:35 分类:问答