How is that defective by design?

|
smol_mazunki 2022-09-18 00:48:13
Jamerive 2022-09-18 00:48:03
But the only good usable tool is dmenu indeed

yep

Jamerive 2022-09-18 00:48:22
smol_mazunki 2022-09-18 00:47:59
sway is 95% compatible with i3’s config

Which it is great!

Kueppo 2022-09-18 00:49:35
smol_mazunki 2022-09-18 00:47:45
oh, isn’t it compatible?

I don’t want to deal with any wayland related stuff.

Jamerive 2022-09-18 00:49:45
I want to try qtile because if at some point when I have to use wayland, I will just have a configured desktop all the way!😁
smol_mazunki 2022-09-18 00:50:01
Kueppo 2022-09-18 00:49:35
I don’t want to deal with any wayland related stuff.

why not?

smol_mazunki 2022-09-18 00:50:19
the architecture is much healthier imo
Jamerive 2022-09-18 00:50:22
smol_mazunki 2022-09-18 00:50:01
why not?

Because is a greater mess rhan suckless tool?😂

smol_mazunki 2022-09-18 00:50:42
well-documented functions and interfaces, with compositor-chosen implementations
smol_mazunki 2022-09-18 00:50:53
Jamerive 2022-09-18 00:50:22
Because is a greater mess rhan suckless tool?😂

xorg is messy imo

smol_mazunki 2022-09-18 00:51:18
Jamerive 2022-09-18 00:49:45
I want to try qtile because if at some point when I have to use wayland, I will just have a configured desktop all the way!😁

qtile supports both 100% xorg, and 100% wayland

Kueppo 2022-09-18 00:51:19
just that I don’t want to test any new thing these days.
smol_mazunki 2022-09-18 00:51:21
also xwayland, if you need it
smol_mazunki 2022-09-18 00:51:29
Kueppo 2022-09-18 00:51:19
just that I don’t want to test any new thing these days.

valid point

Jamerive 2022-09-18 00:51:48
smol_mazunki 2022-09-18 00:50:19
the architecture is much healthier imo

Define healthier? From my point of view, it is a nightmare that only work well for gnome/kde project with a great budget/dev resources, leaving the small project at the whipms

smol_mazunki 2022-09-18 00:53:01
Jamerive 2022-09-18 00:51:48
Define healthier? From my point of view, it is a nightmare that only work well for gnome/kde project with a great budget/dev resources, leaving the small project at the whipms

i’ve been using sway for two years

smol_mazunki 2022-09-18 00:53:20
xorg has the authority and freedom to implement what they consider important
Jamerive 2022-09-18 00:53:39
smol_mazunki 2022-09-18 00:50:53
xorg is messy imo

It is but It have a well defined standart with proper tools. Wayland it is just a protocol. Then you have a ton of stuff that depending of the compositor, you have or not support. It is a hell for thrird party software all along

smol_mazunki 2022-09-18 00:53:41
on wayland, compositors and applications simply work with interfaces which are specified by a standard
smol_mazunki 2022-09-18 00:54:00
you don’t need to study the implementation of any given compositor, that’s not the app’s responsibility
Jamerive 2022-09-18 00:54:12
smol_mazunki 2022-09-18 00:53:01
i’ve been using sway for two years

Want a example? Good luck having blur!😂

smol_mazunki 2022-09-18 00:54:30
Jamerive 2022-09-18 00:54:12
Want a example? Good luck having blur!😂

personally i don’t give a shit about blur, myself

smol_mazunki 2022-09-18 00:54:46
and that’s the same standpoint sway has. if you implement it, they’d accept a PR for it
Jamerive 2022-09-18 00:54:51
smol_mazunki 2022-09-18 00:54:30
personally i don’t give a shit about blur, myself

But what if you need it, then you are fucked

smol_mazunki 2022-09-18 00:54:54
but they don’t have the manpower to care
Jamerive 2022-09-18 00:55:17
In xorg you can have blur on ANY desktop/wm
smol_mazunki 2022-09-18 00:55:19
also, you can just implement your own compositor using the same interfaces, and do whatever you prefer
smol_mazunki 2022-09-18 00:55:34
Jamerive 2022-09-18 00:55:17
In xorg you can have blur on ANY desktop/wm

the only reason there’s no blur on sway is because nobody has implemented it yet

Jamerive 2022-09-18 00:55:36
smol_mazunki 2022-09-18 00:54:54
but they don’t have the manpower to care

And that is my point. It is defective by design

smol_mazunki 2022-09-18 00:55:49
Jamerive 2022-09-18 00:55:36
And that is my point. It is defective by design

how is that defective by design?

smol_mazunki 2022-09-18 00:55:54
it’s “easy” to implement blur
smol_mazunki 2022-09-18 00:55:57
they just don’t care
smol_mazunki 2022-09-18 00:56:12
if you want blur, implement it yourself and request a merge
smol_mazunki 2022-09-18 00:56:27
there’s nothing in the architecture against blur
Jamerive 2022-09-18 00:56:54
smol_mazunki 2022-09-18 00:55:49
how is that defective by design?

Because you have to fix it yourself? I found amazing how you complainnabout the suckless way and still fail to realize that way on wayland’s way?😂

smol_mazunki 2022-09-18 00:57:13
in fact, it’s even EASIER to implement blur on wayland than on xorg, because the way it’d work on xorg is that there’s an “overlay” on top of all the applications which reads and recomposes the output
|