Skip to content
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

-d:live works incorrectly for DefaultRootWindow, selected window with -d:select fixes it #109

Open
kiprasmel opened this issue Feb 13, 2021 · 1 comment

Comments

@kiprasmel
Copy link

kiprasmel commented Feb 13, 2021

nimble build # works
nimble build -d:developer # works
nimble build -d:developer -d:mitshm # works
nimble build -d:developer -d:mitshm -d:select # works
nimble build -d:select # works

if I build with -d:live though, the first 3 do not work properly, and 4-5 (with -d:select work once again (if I select a window with the mouse, because otherwise, by pressing a key, it falls back to the default root window so it does not work properly again)).

The "does not work properly behavior": https://youtu.be/IfTl_N_I5tc


I tried messing with the source a bit but unsuccessfully; I'm also not familiar with nim:D


I'm using arch linux, X11 + Xorg, i3wm.

$ uname -a
Linux arch-usb2 5.4.97-1-lts #1 SMP Wed, 10 Feb 2021 09:32:28 +0000 x86_64 GNU/Linux
@rexim
Copy link
Member

rexim commented Feb 18, 2021

@kiprasmel yep, that's why it's not ON by default. Because it never worked, because I never figured out how to make it work without -d:select. :D

Thank you for creating an issue for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants