Aaro Koivukangas
Aaro Koivukangas
There are still problems. For example my st loses the new pywal colors after focus is lost. After some research I'm quite certain that the problem is in the exit...
I think I got it why this happens. The height/width calculation that crashes sway happens at `sway/tree/view.c` in the function `view_autoconfigure`. It seems like when rule `for_window [all] border pixel...
Also, just adding this seems to fix this issue, though this is not the best way to do it (not fixing the root cause). ```diff diff --git a/sway/tree/view.c b/sway/tree/view.c index...
> Bindings to keysyms are layout-dependent. This can be changed with the --to-code flag. In this case, the keysyms will be translated into the corresponding keycodes in the first configured...
I think the more seasoned maintainers may have more to say on this. The change is technically mentioned in the Full changelog (_"Fix `bindsym --to-code` not respecting input configs"_) but...
Could you make an example (and minimal) config that has this problem.
@Fabszn Your config has the same problem as the original config. On the french keyboard if you press the number keys without modifiers you don't get numbers. If you change...