this post was submitted on 10 Jun 2025
123 points (98.4% liked)

Linux

7857 readers
352 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] echindod@programming.dev 6 points 3 days ago (2 children)

When's the last time you used Wayland? I tried a few years back and there were quite a few paper cuts.

I've been using sway for about six months and there is one obnoxious paper cut, and one thing that just doesn't work.

The paper cut for me is a java app that won't render menus correctly. Most menus work, but there are a few that don't draw properly.

The one thing that still doesn't work is deskflow.

Screen sharing with zoom and Google meet and jitsi work fine. Keyboard input changes work fine, and most things are just hunky dory.

[–] sxan@midwest.social 5 points 3 days ago

Oh, about 4 or 6 months ago? I had problems with font scaling and multiple monitors with different resolutions, and correct DPI handling. I hear that's all been fixed, but I haven't tried it yet.

I have no reason to try it. X works just fine for me. I have herbstluftwm set up the way I like it, and there's only one Wayland window manager that looks at all similar in functionality to herbstluftwm (niri?). picom gives me all of the functionlity I find useful or attractive: dimming non-focused windows and light tranparency on terminals. Switching would be a lot of work, finding a bar to work like polybar, getting the WM set up, finding a good terminal to replace rio. And why? For what? X works well and reliably, and I don't have any edge cases like I did in Wayland, so should I make the time and effort to switch? There's no compelling reason, at the moment. There's nothing I want, or need, from Wayland.

I'll probably log in to Niri to play with it one of these days when I have nothing better to do. I'm curious if it does anything herbstluftwm doesn't.

Eventually, I may be forced to switch, but at the moment I just see a bunch of unnecessary effort on my part to just get back to what I have under X now. Seriously, what's the compelling reason for me to use Wayland?

[–] Samueru_sama@programming.dev -1 points 3 days ago

I bought an AMD gpu to use sway, I feel like the fuckers owe me 50 usd now which is what I payed for the gpu.

https://github.com/swaywm/sway/issues/8000

https://github.com/swaywm/sway/issues/8001

https://github.com/swaywm/sway/issues/8002

https://github.com/swaywm/sway/issues/8191

And it's devs are not willing to fix the most basic issues like correctly handing a fucking environment variable lmao

https://github.com/swaywm/sway/pull/7380#issuecomment-2453356422

Not to mention I have a different issue that I haven't even bothered to report because I already know won't be implemented:

I have 3 displays that right now I use xrandr to merge the 3 displays into one, this is not possible in any wayland compositor today, the closest thing I found was someone suggesting to use gamescope to make a window with the resolution of the 3 displays but that's a hack and doesn't work for me because I need the displays to be merged, not just span a single window across them.

There is also no universal xdotool or similar in wayland to query info about windows, so you have to learn to use the CLI tool provided by each DE/WM and then handle the data, which in the case of sway it is json formatted.

So what used to be a simple xdotool <args> | grep became needlessly overcomplicated and different for each wayland DE/WM.