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

fullscreen_opacity properties do not take effect #8999

Open
wxqwinner opened this issue Jan 9, 2025 · 1 comment
Open

fullscreen_opacity properties do not take effect #8999

wxqwinner opened this issue Jan 9, 2025 · 1 comment

Comments

@wxqwinner
Copy link

When fullscreen is activated, the window remains transparent.

decoration {
    active_opacity = 0.9
    inactive_opacity = 0.9
    fullscreen_opacity = 1.0
}
bind = $mainMod, F, fullscreenstate, 1, 0

When modified to "fullscreenstate, 2, 0", it works, but for some reason I want to keep "fullscreenstate, 1, 0".

@vaxerski
Copy link
Member

vaxerski commented Jan 9, 2025

fullscreen_opacity is targeted only for fullscreen windows, not maximized.

I believe

windowrulev2 = opacity 1.0,fullscreen:1

would work for you

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