Tim Göttlicher
Tim Göttlicher
GTK apps probably do not tell the window compositor which parts of the app are shadows and which are transparent glassy parts, so it is impossible to separate them without...
It looks like the difference is only 1 in all channels. Maybe cairo does the color*alpha premultiplication differently which could lead to some rounding differences. In the window shadows plugin...
I have the same issue, and I can reproduce it the way @Mihai-MCW described. A simpler way to reproduce it for me: 1. Create the following class: ```java public class...
With the first option, the suggestion box always occurs instantly and never lags, so the issue doesn't appear anymore. Using only "-Djava.lsp.joinOnCompletion=true" doesn't change anything.
> Wayfire should start looking at a user-writable location by default It would be easier to manage if in that user plugins folder each plugin has its own installation folder,...
I think it would be nice if fast-switcher would directly focus the window and not just when the key it is released. Then the normal window decorations would change color...
> The problem of doing this is that it adds a lot of noise to the history of focused windows, which in turns affects the order in later invocations of...
Setting `view->set_activated` works and does not change the order. I tried it, it's much better than before if you use a strong focus effect like I do. Patch ``` diff...
See https://github.com/WayfireWM/wayfire/issues/1564 It could be prevented with some additional effort. However, correctly supporting all combinations of blur, shadows and wobbly would require a lot more work and some performance overhead.
Soreau made https://github.com/soreau/pixdecor that supports rounded corners with shadows. Its shadows look a bit different though. I am not planning to add this right now, but for reference: The website...