dwl icon indicating copy to clipboard operation
dwl copied to clipboard

rework outputmgrapplyortest()

Open sevz17 opened this issue 2 years ago • 1 comments

first disable requested monitors, then enable and/or change mode, x and y, etc. This is mostly what sway does

sevz17 avatar Aug 11 '22 05:08 sevz17

With this I am able to change to a a non-custom mode, if I try to change to a custom mode dwl segfaults in wlr_output_commit()

sevz17 avatar Aug 11 '22 05:08 sevz17

With this I am able to change to a a non-custom mode, if I try to change to a custom mode dwl segfaults in wlr_output_commit()

seems like https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3641 could fix the segfault setting a custom mode.

sevz17 avatar Aug 11 '22 19:08 sevz17

This is mostly what sway does

How about integrating https://github.com/djpohly/dwl/compare/main...dimkr:dwl:fallback.patch?

dimkr avatar Aug 12 '22 05:08 dimkr

This is mostly what sway does

How about integrating https://github.com/djpohly/dwl/compare/main...dimkr:dwl:fallback.patch?

I see the use case, however I don't think it should be on the mainline, but I am not strongly opposed to merging it.

Please open a pr, let @djpohly decide if we merge it.

sevz17 avatar Aug 13 '22 04:08 sevz17