I’ve been using openbox for more than a decade and a half and 3 years ago I moved to wayland with labwc. The theme is compatible and the config syntax similar but you can’t just copy the openbox config and load it into labwc. The experience is VERY similar to openbox…but better. I’m not going back.



A little from my config:
<?xml version="1.0"?> ... <core> <decoration>server</decoration> <gap>0</gap> <adaptiveSync>no</adaptiveSync> <reuseOutputMode>no</reuseOutputMode> <primarySelection>no</primarySelection> <allowTearing>no</allowTearing> <autoEnableOutputs>yes</autoEnableOutputs> <xwaylandPersistence>no</xwaylandPersistence> </core> ... <keybind key="A-Tab"><action name="NextWindow" /></keybind> ... <mousebind button="Right" action="Drag"><action name="Resize" /></mousebind> ... <windowRule identifier="xfce4-appfinder" matchOnce="false" fixedPosition="yes" serverDecoration="no"> <skipTaskbar>yes</skipTaskbar> <skipWindowSwitcher>yes</skipWindowSwitcher> <ignoreConfigureRequest>yes</ignoreConfigureRequest> <fixedPosition>yes</fixedPosition> <action name="ToggleAlwaysOnTop"/> <action name="MoveToEdge" direction="up" snapwindows="false" /> <action name="MoveToEdge" direction="right" snapwindows="false" /> </windowRule>…etc etc.