We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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".
The text was updated successfully, but these errors were encountered:
fullscreen_opacity is targeted only for fullscreen windows, not maximized.
I believe
windowrulev2 = opacity 1.0,fullscreen:1
would work for you
Sorry, something went wrong.
No branches or pull requests
When fullscreen is activated, the window remains transparent.
When modified to "fullscreenstate, 2, 0", it works, but for some reason I want to keep "fullscreenstate, 1, 0".
The text was updated successfully, but these errors were encountered: