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

Not fully transperrent #98

Open
xezo360hye opened this issue May 20, 2022 · 7 comments
Open

Not fully transperrent #98

xezo360hye opened this issue May 20, 2022 · 7 comments

Comments

@xezo360hye
Copy link

As you can see below, it works fine when there's URxvt or no window in background:

image

But in other cases:

image

I use Arch (btw) and picom compositor

@xezo360hye
Copy link
Author

This becomes absolutely unreadable when there's white on background:

image

Also I've found that in XFCE it works fine (no square), however it's still unreadable on white. I used i3 firstly

@ReperakDev
Copy link
Contributor

I've never used picom but can you tell it to make an exception for activate-linux? It's picking up on it.
For the white background thing, I'll have to see what Windows does to get around that. Anyone with unactivated Windows?

@xezo360hye
Copy link
Author

I've never used picom but can you tell it to make an exception for activate-linux? It's picking up on it.

Figured it out. It's just shadows so I'll try to remove them from activate-linux window

For the white background thing, I'll have to see what Windows does to get around that. Anyone with unactivated Windows?

I guess it just makes it a bit darker at some point, not sure

@MrGlockenspiel
Copy link
Owner

If you try the -w flag it *should* skip your compositor, assuming it's compliant

@xezo360hye
Copy link
Author

If you try the -w flag it should skip your compositor, assuming it's compliant

I use picom and at this point I can't figure out how to disable shadows for activate-linux because it's not a normal window

@MrGlockenspiel
Copy link
Owner

you can add this to your picom.conf to blacklist the shadows

shadow-exclude = [
  "class_g ?= 'activate-linux'",
];

@ahmubashshir
Copy link
Contributor

ahmubashshir commented Jul 21, 2022

you can add this to your picom.conf to blacklist the shadows

shadow-exclude = [
  "class_g ?= 'activate-linux'",
];

It's better to ignore windows with _NET_WM_BYPASS_COMPOSITOR set altogether.

shadow-exclude = [
  "_NET_WM_BYPASS_COMPOSITOR@:c",
];

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

4 participants