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

Add configuration option to remove window shadows #41

Open
morgant opened this issue Apr 12, 2023 · 1 comment
Open

Add configuration option to remove window shadows #41

morgant opened this issue Apr 12, 2023 · 1 comment
Assignees

Comments

@morgant
Copy link
Owner

morgant commented Apr 12, 2023

When using a compositor such as picom with translucent shadows enabled, it'd be nice to offer a configuration option to remove the hard shadows that are rendered on windows by mlvwm. That said, the hard window shadows rendered by mlvwm are part of the look-and-feel, so they should be enabled by default.

@morgant morgant self-assigned this Apr 12, 2023
@morgant
Copy link
Owner Author

morgant commented Jul 30, 2023

Note to self: I was most recently testing picom with mlvwm as follows:

picom \
  -c \
    --shadow-radius=2 \
    --shadow-offset-x=0 \
    --shadow-offset-y=0 \
    --shadow-opacity=0.75 \
  -f \
    --fade-delta=5 \
    --corner-radius=1 \
  --vsync \
  --no-ewmh-fullscreen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant