The xwindow tag has no wiki summary.
1
vote
1answer
373 views
Transparent window in Xwindow parent
I am trying to create an overlay window above another running application.
Let's say firefox. I implemented by using
Xcreatewindow
win = XCreateWindow( display, *firefoxwindow,
...
0
votes
1answer
38 views
Universal vim-like keyboard shortcut for all program
how can I write a program to implement vim feature in all other programs like this:
capture keystroke before all other program
decide whether it's in normal, insert or visual mode according to ...
1
vote
0answers
663 views
exceed vs xming
If we compare excedd and xming, which is better?
What are advantages or disadvantages of both?
How to convince somebody to use the one of them instead of the other?
0
votes
0answers
45 views
How to get XWindow ID in GTK3?
In GTK3, how do I retrieve the XWindow ID? I didn't see anything related to this in GdkWindow.
In documentation, it is said there is a GDK_WINDOW_XID() macro. However, I cannot find the equivalence ...
0
votes
0answers
18 views
GlXSurface copy
I am very new to Xwindow and Glx, i am getting strucked up in copying the data , here is my question. I have a drawable X window(XCreateWindow), i have a byteArray of pixels, how can i use this ...
0
votes
0answers
42 views
Run bash command as owner of X Window in script
I have a bash-script that works just fine and it throws up some search results on a webpage. So far so good. To make it work though, the current user - who owns the X Window - has to run the command ...
0
votes
0answers
18 views
Export only sub dialog window of an application to remote display (ubuntu)
I connect to a linux box via ssh with option -X. I run an application that has a GUI. The application can display video on a sub dialog. Is it possible to export only the sub dialog to the server ...