this post was submitted on 06 Jun 2026
63 points (94.4% liked)

Linux

65642 readers
445 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

Spent lots of time with Gnome 2.

In Dec 2024 I got hooked in Hyprland on Arch and have a cool rice for it. But I've tried KDE on desktop now with Parrot OS since Plasma is popular. Still need to find some cool dot files or rice it myself.

I've noticed SwayFX getting lots of love lately. I might use that as an option with Plasma but am afraid of conflicts. I'm excited about it since Linux has now officially replaced windows on my gaming rig, which is the very last MS computer left in my house.

you are viewing a single comment's thread
view the rest of the comments
[–] A_norny_mousse@piefed.zip 2 points 1 day ago* (last edited 1 day ago) (2 children)

Still on Openbox/Xorg. Inevitable is the switch to wayland, what is the closest equivalent? And if you use it, how is it?

edit: for me, OB's greates strength is having tons of options for manual tiling while still being a stacking window manager. Plus tons of keyboard shortcuts and inbuilt menus.

[–] Limeade3425@lemmy.zip 4 points 1 day ago (1 children)
[–] A_norny_mousse@piefed.zip 1 points 1 day ago* (last edited 1 day ago) (1 children)

I'm aware of labwc.

I wonder if people have experience with it, and would like to share it.

It uses OB's theme spec and all other familiar config files afaics, that's good. Almost (? again, asking for experience) a drop-in replacement.

I seem to remember there were one or two other candidates though.

[–] IceVAN@beehaw.org 2 points 1 day ago* (last edited 1 day ago) (1 children)

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_norny_mousse@piefed.zip 1 points 1 day ago* (last edited 1 day ago) (1 children)

Thanks, sounds good. No paper cuts at all? (Not that openbox doesn't have any)

config syntax similar but you can’t just copy the openbox config and load it

Sure; I'm not opposed to a migration process, it's just that I have so much muscle memory with all my key- and mousebinds. But would you like to expand on this a little? I guess at the very least
<openbox_config xmlns="http://openbox.org/3.4/rc">
will be replaced with
<labwc_config xmlns="http://labwc.org/x.x/rc">
or some such?

[–] IceVAN@beehaw.org 1 points 5 hours ago

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.

[–] First_Thunder@lemmy.zip 2 points 1 day ago (1 children)

I hear that river wants to try to sort of become the Xorg of wayland (in the sense of providing a simpler interface to build a window manager upon, without needing the whole compositor)

[–] A_norny_mousse@piefed.zip 1 points 1 day ago (1 children)

No, I do want a compositor that would be like Openbox, on wayland.

[–] juipeltje@lemmy.world 0 points 1 day ago* (last edited 13 hours ago)

I think what he's saying is that there might be more options coming for stacking compositors (if they haven't been created already) since the new River framework makes it easier to create them

Instead of downvoting me, maybe you could be more clear about what you want, and not take it out on the messenger if it turns out the exact thing you want doesn't exist lol. Build it yourself i guess.