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: Blur on Windows 11 #594

Open
Paulo-21 opened this issue Aug 14, 2024 · 1 comment
Open

Feature request: Blur on Windows 11 #594

Paulo-21 opened this issue Aug 14, 2024 · 1 comment

Comments

@Paulo-21
Copy link

Hello, just would like to report that blur on windows 11 is not working
And opacity and blur on windows 10 is not working too ( i don't know if this is normal)

blinking-cursor = true
performance = "High"
disable-unfocused-render = false
use-fork = true
working-dir = "/Users/paulc/Desktop/code"
line-height = 1.0
theme = ""
padding-x = 0.0
cursor = "▇"
env-vars = []
option-as-alt = "false"
ignore-selection-fg-color = false

[navigation]
mode = "BottomTab"
color-automation = []
clickable = false
use-current-path = true
use-terminal-title = false
macos-hide-window-buttons = false

[window]
width = 600
height = 400
mode = "Windowed"
opacity = 0.5
blur = true

[background]

[shell]
program = "pwsh"
args = []

[fonts]
size = 18.0

[fonts.regular]
family = "cascadiacode"
weight = 400
style = "normal"

[fonts.bold]
family = "cascadiacode"
weight = 800
style = "normal"

[fonts.bold-italic]
family = "cascadiacode"
weight = 800
style = "italic"

[fonts.italic]
family = "cascadiacode"
weight = 400
style = "italic"

[developer]
enable-fps-counter = false
log-level = "OFF"

[bindings]
keys = []

@raphamorim
Copy link
Owner

Hey @Paulo-21 sorry for the delay on it, unfortunately blur on windows isn't supported https://docs.rs/winit/latest/winit/window/struct.Window.html#method.set_blur

I will leave this issue open as a feature request to look up.

@raphamorim raphamorim changed the title Blur on W11 is not working Feature request: Blur on Windows 11 Sep 3, 2024
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