Consolatis
Consolatis
Thanks for the PR. > The current behavior requires you to manually remaximize the windows after every move, which is tedious. Couldn't one also move the window to the top...
> I tried launching `lxqt-panel` and `waybar` and power off/on the screens with `wlopm --off eDP-1 --off DP-1; sleep 1; wlopm --on eDP-1 --on DP-1`, but the bars were shown...
> > I also assume this being related to outputs now more often being destroyed by wlroots 0.19. > > But how can it happen when there's no external monitor?...
In that case you could run lxqt-panel via `WAYLAND_DEBUG=1 lxqt-panel [..] 2>&1 | grep -i layer`. Then suspend and resume. I assume that would provide some more information of what...
I didn't really look into this at all so far but I assume the issue is that we destroy the layershell surfaces which are on a destroying output rather than...
Can you start labwc from the TTY with something like `labwc -d 2>/tmp/labwc.log`? It seems the new mode can't be committed for some reason, the log will likely show why....
Hm, there is nothing suspicious in the log. It seems to have set the 1280x1024 mode correctly. Can you post the same with the original `--mode` line you wanted?
That one also looks fine. I am slightly confused, based on the logs everything should be working correctly. What exactly is happening visually, is the screen looking like its powered...
What is your actual goal here, set the resolution to `1280x1024 @ 60 hz`? From what I understood so far, `wlr-randr --output eDP-1 --mode 1280x1024` works and `wlr-randr --output eDP-1...
I see. Thanks for the report. Maybe sway tries to match custom modes with existing modes first and then uses the announced mode instead of the custom mode. Or it...