djpohly / dwl

dwm for Wayland - ARCHIVE: development has moved to Codeberg
https://codeberg.org/dwl/dwl
Other
1.93k stars 284 forks source link

Fix tiling order for X11 clients #485

Closed fbushstone closed 11 months ago

fbushstone commented 11 months ago

Currently, Wayland clients are tiled in the correct order, but clients running under XWayland are not. To see this in action, spawn (for example) st, chromium and st and observe that the visible tiling order is st, st, chromium.

Applying this patch fixes this behavior.

fbushstone commented 11 months ago

Whoops, looks like I forgot to unbind XK_Return from zoom in config.h. Not sure how I missed that, meaning this is not an issue.