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

does not work with picom #57

Open
rozhelluk opened this issue Mar 23, 2023 · 5 comments
Open

does not work with picom #57

rozhelluk opened this issue Mar 23, 2023 · 5 comments
Labels
Bug Something isn't working

Comments

@rozhelluk
Copy link

rozhelluk commented Mar 23, 2023

Black screen when started with picom.
i3,
arch 6.2.7-arch1-1,
picom version: vgit-b700a
picom without configuration

@rozhelluk rozhelluk added the Bug Something isn't working label Mar 23, 2023
@jszczerbinsky
Copy link
Owner

Did You set reload_rootwindow to 1?

@rozhelluk
Copy link
Author

;D
image

@d1wb
Copy link

d1wb commented Apr 8, 2023

Similar problem with the same system

@jszczerbinsky
Copy link
Owner

After doing some research I found out, that this is because i3wm just ignores _NET_WM_WINDOW_TYPE_DESKTOP atom instead of showing window like this below all other ones. There are some old issues about it along with some patches, that fix it, but as I understand, it won't be officially supported.

i3/i3#903
i3/i3#1828

You are probably wondering why lwp works fine when reload_rootwindow is equal to 0. That's because with this option disabled lwp doesn't create any window at all. It uses default root window to draw on it. Unfortunately compositors like picom also try to draw on root window and that's why you need to set reload_rootwindow to 1 when you use it.

I think the only possible solution is to use i3 with some patches, that supports _NET_WM_WINDOW_TYPE_DESKTOP, or try configuring lwp window with i3 config file to make it unfocusable and below other windows (I'm not sure if this is possible).

I'm leaving this issue open for now. If someone finds a way to fix it, he can paste it here.

@XxnittanixX
Copy link

i havent found anything killed picom in openbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants