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
- 8 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
1·3 months agofirefox --profilemanager
IceVAN@beehaw.orgto
Linux@lemmy.ml•How to disable this blinking light on a WD External Hard Drive?
9·4 months agoJust empty the
blinkerled fluid.
Hit the road, freelance police!.
IceVAN@beehaw.orgto
Linux@lemmy.ml•Bcachefs creator claims his custom LLM is 'fully conscious'
8·5 months agoLol, he should marry her and NEVER have children.
IceVAN@beehaw.orgto
Linux@lemmy.ml•[Sovled]AMDGPU crash when on high load, blackscreen and gpu fan go crazy.
2·9 months agoLong time ago, after lot of headaches, I discovered the PSU was the culprit. Changing it for another with more power/better quality solved it in a instant. I mentioned it because is something you might not think about initially. Good luck!.
IceVAN@beehaw.orgto
Linux@lemmy.ml•[Sovled]AMDGPU crash when on high load, blackscreen and gpu fan go crazy.
0·9 months agoDo you have a powerful/decent/not-too-old enough PSU?.

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.