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
When a widget window is loaded and eww is invoked to open the same window, there is a tiny flicker of that widget. It is not significant for most use cases, but I sometimes need to run eww open periodically. Eww should check if that window is already opened and do nothing to it.
The text was updated successfully, but these errors were encountered:
I tested that it works with the current master branch, but it should also work with eww open-many. But, it can easily be worked around by the user calling all the windows individually.
This avoids possible flicker with windows such as OSDs.
The logic to do this was added in elkowar#263 but broke when durations were added.
Fixeselkowar#260.
Description of the requested feature
When a widget window is loaded and eww is invoked to open the same window, there is a tiny flicker of that widget. It is not significant for most use cases, but I sometimes need to run
eww open
periodically. Eww should check if that window is already opened and do nothing to it.The text was updated successfully, but these errors were encountered: