You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running EXWM inside a nested X session with Xephyr, the window size doesn't update properly when resizing the Xephyr window, even after calling (exwm-randr-refresh). However, running xrandr command manually allows it calling (exwm-randr-refresh) to work.
Steps to Reproduce
Start EXWM inside Xephyr
Resize the Xephyr window
Call (exwm-randr-refresh)
Current Behavior
Window size remains unchanged after exwm-randr-refresh when resizing Xephyr window.
Expected Behavior
Window size should update properly after resizing and calling exwm-randr-refresh.
Or it should resize automatically because exwm-randr--on-ConfigureNotify should "Refresh when any RandR 1.5 monitor changes."
Description
When running EXWM inside a nested X session with Xephyr, the window size doesn't update properly when resizing the Xephyr window, even after calling
(exwm-randr-refresh)
. However, runningxrandr
command manually allows it calling(exwm-randr-refresh)
to work.Steps to Reproduce
(exwm-randr-refresh)
Current Behavior
Window size remains unchanged after
exwm-randr-refresh
when resizing Xephyr window.Expected Behavior
Window size should update properly after resizing and calling
exwm-randr-refresh
.Or it should resize automatically because
exwm-randr--on-ConfigureNotify
should "Refresh when any RandR 1.5 monitor changes."Workaround
Running the following code works as expected:
version details
[latest exwm version]
The text was updated successfully, but these errors were encountered: