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

Electron apps seems to leave artifacts #32

Open
tim-kilian opened this issue Feb 4, 2022 · 5 comments
Open

Electron apps seems to leave artifacts #32

tim-kilian opened this issue Feb 4, 2022 · 5 comments

Comments

@tim-kilian
Copy link

Platform

Arch Linux 5.16.3

Environment

xmonad

picom version

vgit-6a501

Configuration

shadow = true;
shadow-radius = 10;
shadow-offset-x = -10;
shadow-offset-y = -10;
shadow-color = "#0088cc"
shadow-exclude = [
  "!focused",
  "name = 'Notification'",
  "class_g = 'Conky'",
  "class_g ?= 'Notify-osd'",
  "class_g = 'Cairo-clock'",
  "class_g = 'jetbrains-idea'",
  "class_g = 'code-oss'",
  "class_g = 'Oblogout'",
  "_GTK_FRAME_EXTENTS@:c"
];

Steps of reproduction

  1. Open an electron app (example vs-code)
  2. Open another application (example tilix)
  3. Wait for artifacts

Expected behavior

No artifacts

Current Behavior

Peek 2022-02-04 14-51

Other details

Don't know if it happen with other then electron apps. Could be related to my shadow picom config.

@dccsillag
Copy link
Owner

I believe this should be solved once we merge #22.

But, just to check: do you still see these artifacts if you use the new glx backend and set use-damage = false;?

@dccsillag dccsillag linked a pull request Feb 4, 2022 that will close this issue
@tim-kilian
Copy link
Author

Yes. There are still artifacts with those settings.

@dccsillag
Copy link
Owner

dccsillag commented Feb 4, 2022

Are there artifacts in:

@tim-kilian
Copy link
Author

@tim-kilian
Copy link
Author

I do experience a worse behavior on slower applications like electron ones and do not notice any artifacts on faster applications like a terminal or firefox.

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

Successfully merging a pull request may close this issue.

2 participants