raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
4.19k stars 135 forks source link

Feature request: Blur on Windows 11 #594

Open Paulo-21 opened 3 months ago

Paulo-21 commented 3 months ago

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 commented 3 months ago

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.

Lake-Jee commented 1 week ago

As a fellow Windows user I would love to see this feature!