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.
IceVAN
- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: June 28th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
IceVAN@beehaw.orgto
Linux@lemmy.ml•Here's an easy way to handle multiple Firefox profiles on Linux
2·2 months agofirefox --profilemanager

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.