-
Notifications
You must be signed in to change notification settings - Fork 132
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
invisible windows cause the tiling to scroll #466
Comments
Thanks @notpeelz, so, I was able to reproduce this
Just a thought, I note that |
Okay @notpeelz, this works in my testing: setting winprop I've also updated #463 and the PaperWM-redux fork to now have |
Yup, that seems to work, thanks! Not sure why matching the class didn't work. Maybe ( Although, I also have this problem with other invisible windows (e.g Wine/Proton games/programs -- all their windows usually have the same class or have an unreliable title). Do you know if it's possible to match for dimensions in |
I'm not quite sure what you're trying to do, but Forking and working on that would likely be easier. If you get somewhere with it, and think it would be useful for others definitely feel to to create a PR. |
Closing as original issue was resolved. |
If you have enough windows in your workspace (enough so you can scroll), running
wl-copy
will cause the workspace to scroll slightly to the right.How to reproduce:
echo test | wl-copy
That should be enough to trigger the behavior. You should notice the tiling scroll slightly to the right.
I'm assuming this is because wl-clipboard spawns an invisible window (which steals focus) so it can interact with the clipboard.
I've tried forcing it to the scratch layer with a winprop rule matching
wl-clipboard
. I've also tried adding a call towl_shell_surface_set_class
in wl-clipboard, but that didn't work either.The text was updated successfully, but these errors were encountered: