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

Configuring/Variables xray Description Error #838

Closed
poetex opened this issue Nov 2, 2024 · 1 comment · Fixed by #839
Closed

Configuring/Variables xray Description Error #838

poetex opened this issue Nov 2, 2024 · 1 comment · Fixed by #839

Comments

@poetex
Copy link
Contributor

poetex commented Nov 2, 2024

The xray description currently states:

if enabled, floating windows will ignore tiled windows in their blur. Only available if blur_new_optimizations is true. Will reduce overhead on floating blur significantly.

The variable blur_new_optimizations should actually read new_optimizations, as blur_new_optimizations does not exist as a blur variable.

Consider changing Line 139 to:

if enabled, floating windows will ignore tiled windows in their blur. Only available if new_optimizations is true. Will reduce overhead on floating blur significantly.

@fufexan
Copy link
Member

fufexan commented Nov 2, 2024

PRs welcome.

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.

2 participants