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

Disabling blur radius does not produce sharp shadows. #531

Open
dubbadubbadubbacha opened this issue Dec 5, 2018 · 0 comments · May be fixed by #536
Open

Disabling blur radius does not produce sharp shadows. #531

dubbadubbadubbacha opened this issue Dec 5, 2018 · 0 comments · May be fixed by #536

Comments

@dubbadubbadubbacha
Copy link

I set my blur radius to '0' and I still have fizzy edges to the shadows. Is there any way to make them sharp like xcompmgr?

I'm on FreeBSD and have built compton from ports.

Here is my conf:

shadow = true; no-dnd-shadow = true; no-dock-shadow = true; clear-shadow = true; shadow-radius = 0; shadow-offset-x = 7; shadow-offset-y = 7; shadow-opacity = 1.0; shadow-red = 0.0; shadow-green = 0.0; shadow-blue = 0.0; shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'" ]; shadow-ignore-shaped = false; xinerama-shadow-crop = false; menu-opacity = 1.0; inactive-opacity = 1.0; active-opacity = 1.0; frame-opacity = 1.0; inactive-opacity-override = false; alpha-step = 0.00; inactive-dim = 0.0; blur-kern = "3x3box"; blur-background-exclude = [ "window_type = 'dock'", "window_type = 'desktop'" ]; fading = false; fade-in-step = 0.00; fade-out-step = 0.00; fade-exclude = [ ]; backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 60; vsync = "opengl-mswc"; dbe = false; paint-on-overlay = true; focus-exclude = [ "class_g = 'Cairo-clock'" ]; detect-transient = true; detect-client-leader = true; invert-color-include = [ ]; glx-copy-from-front = false; glx-swap-method = "undefined"; wintypes : { tooltip : { fade = true; shadow = false; opacity = 1.0; focus = true; }; }; fade-delta = 0; blur-background = false; blur-background-frame = false;
@bates64 bates64 linked a pull request Jan 11, 2019 that will close this issue
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.

1 participant