Hi! Please find attached wm2.tgz containing wm2-4.ebuild and a patch so that it will reverse icomized window menu. wn2 is a small, unconfigurable window manager. But we can save 'Config.h' named '/etc/wm2.conf' to configure when we compile. I suggest x11-wm/wm2 FukTommy
Created attachment 9157 [details] wm2-4.ebuild
Created attachment 9159 [details] wm2-4.ebuild Solly bat old 'wm2-4.ebuild' is wrong and do not reverse menu.
Thanks for contributing the ebuild. Now in Portage. I changed `patch -R -p1` to `epatch`, `install -d "${D}/etc"` to `insinto /etc` and `install wm2.conf "${D}/etc/wm2.conf"` to `doins wm2.conf". epatch is usually better than normal patch because you don't need to specify patch level and it automatically die and save patch log when it comes across patch failure. "insinto; doins" is also preferrable in most cases since you can avoid writing ${D} around. Alos I added pkg_postinst() notice for users who want some nice decoration to use wmx instead. (wmx is assigned to mkeadle, though)