I have my center module set to sway/window but when the title reaches a certain length, it shifts my right modules further right and off the screen. Can this be fixed with CSS or is this just a bug?
Thanks!
Hi! You can use the max-length in your settings file. But yeah it's a bug
"sway/window": {
"max-length": 50
},
I can't reproduce it anymore, can you?
Unfortunatly I can still reproduce this issue, just by having a window with a really long title in focus an no max-length set.
It should be fixed on master (b3559328f1a503a05d22cc2b1bbe0ca489862b00)
if it has no more space it displays "..." even if max-length is not set
Can you check?
Works like a charm :)
This can be closed than