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

Feature request: option to disallow the rounded corners on maximized fullscreen windows. #1401

Open
domichel opened this issue Jan 7, 2025 · 2 comments

Comments

@domichel
Copy link

domichel commented Jan 7, 2025

I like very much the corner-radius feature. Using fvwm and fvwm-crystal, I can put any window into a maximized fullscreen mode (and back) with a single key binding press, and I dislike the rounded corners in the FS case.

Also, as the main fvwm-crystal developer, I have no way to know which windows an user will put in FS.

It would be great if picom was not applying the corner-radius to the FS windows, or even better if it was a config option for that.

Thanks for the good software.

@domichel
Copy link
Author

domichel commented Jan 7, 2025

As fvwm is ewmh compliant, and fvwm-crystal is an ensemble of themes exercising fvwm, it is also ewmh compliant.

@joaopauloalbq
Copy link

You must create a rule to do that:

rules = (
    {
        match = "_NET_WM_STATE@ = '_NET_WM_STATE_FULLSCREEN' || _NET_WM_STATE@ ^= '_NET_WM_STATE_MAXIMIZED'";
        corner-radius = 0;
    }
)

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

2 participants