-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/click through #131
base: master
Are you sure you want to change the base?
Conversation
Thanks! As mentioned in the other thread, I'm not overly eager to add any X11-specifc features to pqiv, but I'll leave this PR open for others to find. |
This is exactly what I wanted! |
It gives me this error:
|
Try installing the x11 or gdk dev libraries (libgtk-dev perhaps). I'm not clear on which one it was, since I have so many installed on my machine. |
Installing |
Do you have binaries maybe? |
I do have the binary I use. I used ldd on it and it lists these libraries:
|
OK, mine seems to be using GTK2 instead of GTK3 |
Forcing GTK3 seems to have fixed it |
Yay, it works, thanks for the help (I realised the GTK version was different from the libraries). I had to do |
you need to patch this PR phillipberndt/pqiv#131
This branch has no support for Wayland. Neither the click through nor the keep above features seem to work correctly.
It can be worked around by setting an environment variable like this:
Although then the click-through support behaves... oddly... Sometimes a click will go through multiple windows and end up clicking some background window. I suspect it's some XWayland bug. |
Tried this out but unfortunately seems to fail compiling at the libav step.
|
adds
--click-through
to pass mouse input through the windowadds
--keep-above
to move window to top of others