-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Covers rendering ontop of other tmux windows when unfocused #93
Comments
Right, this happens because ueberzugpp runs in a separate process and rmpc does not detect that it is not in an active tmux pane. I will see if I can somehow detect that. |
There is also related issue jstkdng/ueberzugpp#213 and pull request jstkdng/ueberzugpp#215 on ueberzugpp side which could resolve this issue. |
Fixed by #95 I will eventually improve on this, but this should make it at least usable. |
great, thanks a lot! |
Expected Behavior
Rendered covers to be not visible when rmpc is on an unfocused tmux window
Actual Behavior
When rmpc is open in another window in tmux and the song changes, the cover will be rendered on top of the current tmux pane until the current rmpc instance is quit.
Steps to reproduce:
Specifications
Screenshots:
The text was updated successfully, but these errors were encountered: