this post was submitted on 15 Aug 2024
53 points (100.0% liked)

Free and Open Source Software

17772 readers
50 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] addison@programming.dev 10 points 1 month ago (1 children)

I'm a baby dev trying to collect some brain wrinkles. Can you expand that last point? What's the downside of client side decorations? What's a better alternative?

[–] Midnitte@beehaw.org 7 points 1 month ago (1 children)

I imagine it's hard to debug and hard to ensure it's consistent across machines due to different environments?

[–] Lionir@beehaw.org 9 points 1 month ago (2 children)

Maybe I'm misunderstanding but for clarification, the fact they're drawn by the client actually means they can always be the same across different environments. This is in opposition to server-side decorations which are drawn by the desktop environment and should match the environment as a result. That said, server-side decorations are largely much less extensible than client side ones.

[–] communist@lemmy.frozeninferno.xyz 3 points 1 month ago (1 children)

It's a bad thing that they're always the same, I don't like having window borders or buttons and use a keyboard based hyprland setup, this is just a bunch of wasted space for me

[–] Lionir@beehaw.org 1 points 1 month ago

Well, you can disable window controls in gnome and KDE afaik if you want. Then you'll only have the various app-specific buttons that are necessary for functionality.

If you're looking for every app to have a vim-like interface or something, well, that seems a bit unrelated to CSDs.

[–] Midnitte@beehaw.org 3 points 1 month ago

Ah that makes more sense!