Dwl: Dwm for Wayland
codeberg.org
Dwl: Dwm for Wayland
1–10 of 87 posts
Re: Dwl: Dwm for Wayland
#2Re: Dwl: Dwm for Wayland
#3Re: Dwl: Dwm for Wayland
#4Re: Dwl: Dwm for Wayland
#5I wonder if it was considered to submit this as a dwm patch instead.
Also, DWM has an explicit goal of being minimal and to not grow too big. There's no way in hell that Suckless would accept a patch which makes the code way more complex and over 2x larger to make DWM work as a Wayland compositor.
Re: Dwl: Dwm for Wayland
#6I wonder if it was considered to submit this as a dwm patch instead.
An X window manager and a Wayland compositor are so radically different beasts that it would probably require a monumental refactor of DWM to make it capable of having an X back-end and a wlroots back-end. Probably easier to just re-create DWM's interface on top of wlroots, like what Sway did with i3. Also, DWM has an explicit goal of being minimal and to not grow too big. There's no way in hell that Suckless would a…
dwl began by extending the TinyWL example provided (CC0) by the sway/wlroots developers. This was made possible in many cases by looking at how sway accomplished something, then trying to do the same in as suckless a way as possible.Re: Dwl: Dwm for Wayland
#7I wonder if it was considered to submit this as a dwm patch instead.
(i used dwl for quite a while. strong recommend.)
Re: Dwl: Dwm for Wayland
#8Re: Dwl: Dwm for Wayland
#9Re: Dwl: Dwm for Wayland
#10I wonder if it was considered to submit this as a dwm patch instead.