[BUG] Opening a window that is already open closes and reopens it, causing flickering #892
Open
3 tasks done
Labels
bug
Something isn't working
Checklist before submitting an issue
Description of the bug
Running
eww open
on a window that is already open will cause the window to close and then reopen causing flickering. Seems to had been fixed a while ago in #263 but it still seems to be an issue.Reproducing the issue
Running
eww open
on an already open window will cause it, however I noticed it when using the new--duration
flag.Expected behaviour
Opening a window that is already open should just keep the window open without first closing it.
In the case of the
--duration
flag, it should just reset the duration the window should be open for.Additional context
Noticed it while using eww to create a custom volume/brightness OSD. Running the
eww open osd --duration 2000
command I noticed the flickering, and after checking eww logs it confirmed my suspicion. If there is a better way to do this, excuse my ignorance with this bug report.The text was updated successfully, but these errors were encountered: