You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My particular use case is to only keep the currently focused window fully opaque, while those being unfocused to be blurred and translucent. One way to do it seems like to check the view.is_focused every so often, but that will incur performance penalties too ig? Also, unfortunately Idk how to implement it.
The text was updated successfully, but these errors were encountered:
My particular use case is to only keep the currently focused window fully opaque, while those being unfocused to be blurred and translucent. One way to do it seems like to check the
view.is_focused
every so often, but that will incur performance penalties too ig? Also, unfortunately Idk how to implement it.The text was updated successfully, but these errors were encountered: