Skip to content
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

Unable to render composite windows #14

Open
bashbunni opened this issue Jan 16, 2023 · 1 comment
Open

Unable to render composite windows #14

bashbunni opened this issue Jan 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bashbunni
Copy link

Terminal: Kitty version 0.26.5

It works fine in tmux, but when I run neonmodem without tmux, the pop-up windows get really messed up.

I installed it by cloning the repo, then cd into the repo and run make. Then moved the binary to /usr/local/bin. I'm only using the hackernews backend.

Kitty:
kitty-screenshot

Tmux + Kitty:
tmxu-screenshot

@mrusme mrusme added the bug Something isn't working label Jan 16, 2023
@mrusme mrusme self-assigned this Jan 16, 2023
@mrusme
Copy link
Owner

mrusme commented Jan 16, 2023

Thanks for reporting! That's an interesting one. I quickly commited a workaround so you can at least use it unbothered on kitty. Simply set RenderShadows = false in your ~/.config/neonmodem.toml and you should be good to go. Alternatively launch neonmodem with NEONMODEM_RENDERSHADOWS=false, e.g. NEONMODEM_RENDERSHADOWS=false neonmodem.

The issue has something to do with the way I'm using the PlaceOverlay function that I blithely stole from this lipgloss PR. Will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants