Calvin Lee
                                            Calvin Lee
                                        
                                    I'll try to come up with a MWE, thanks for trying to reproduce
felt like i should chime in since i can add some context here Some (in fact, _most_) compositors support server side decorations, and many don't allow you to disable them....
`get_io_service` has been depreciated since at least 1.66[0] so i think it'd be pretty safe to switch this over without the macro [0] https://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/reference/basic_stream_socket/get_io_service.html related: #358
the solution in my config ```lua local success, err = pcall(function () require('lean').setup{} end) if not success then print(err) end ```
sorry! was on vacation for a week with no internet. back at my computer and I figured out two oddities that might be causing this issue first, my `init.lua` loads...
tested with [gruvbox](https://github.com/morhetz/gruvbox) (and [gruvbox.nvim](https://github.com/ellisonleao/gruvbox.nvim) for another lua colorscheme) base16 -> gruvbox works gruvbox -> base16 doesn't so this is probably related to the base16.nvim repo, I'll go report there...
base16 issue closed. they suggest I debug how bufferline reloads themes. i'll work on that when i get the time.
works as of v2.7!
> You can use gamescope this is not a solution, as gamescope has resolution issues if you use HiDPI Plagman/gamescope#551 Plagman/gamescope#796
i found this issue _years_ ago (while working on #1234 back in 2017, blast from the past!) anyway point is that xembed-sni-proxy does crappy stuff like rendering a window offscreen...