Josef Litoš

Results 126 comments of Josef Litoš

Hi, when I use ChunksFadeIn I cannot get anything from DH rendered, am I doing something wrong (1.21.8 - CFI-3.0.7)? DH doesn't work as long as CFI is loaded as...

Same result. I have installed everything just earlier today, so everything is up to date. :/

[latest.log](https://github.com/user-attachments/files/22873635/latest.log)

I found the DH setting that breaks compatibility with ChunksFadeIn. I don't know how those things relate, but it seems to work only with ```toml [client.advanced.graphics.ssao] enableSsao = true ```

yes, that does fix it indeed, thank you!

I have a similar issue of keybindings not getting overriden, only appended. When I have `Shift+s=scale fit` it toggles the slideshow (because that is the default binding) and also executes...

I tried this: ```swayconfig bindsym --whole-window { button6 seat - cursor press button4 button7 seat - cursor press button5 } ``` which consistently kept crashing sway whenever I scrolled for...

I found another issue that simply said that amd (at least integrated) gpu cannot be used for both opencl and the display, even if the memmory seems to be fine....

I also have an issue with more complex types which relates to complex object IDs - we have IDs described like: ```typescript export type SomeId = `some_str-${number}` ``` which is...