urbanists.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a server for people who like bikes, transit, and walkable cities. Let's get to know each other!

Server stats:

554
active users

#swayfx

0 posts0 participants0 posts today

I just tried 1.10.1 on but still have the same bugs I had with 1.10: All my desktop backgrounds now black, whether I use a solid background or an image as a background.

I'm going to return to using and hope that after SwayFX updates to be based on 1.10.1 that this bug doesn't come with it.

There are a still a number of open 1.10 regressions in the Sway bug tracker, so I'm not trying to isolate and report this as a new issue now.

: Has anyone tried the "jay" Sway-like compositor that's written in ?

github.com/mahkoh/jay

I noticed today because they have already implemented and released a few days ago some of the new Wayland protocols that Sway is just now releasing today in Sway 1.10.

Not sure it's feature set overlaps with Sway's, but it appears they aren't attempting any the UI features like rounded corners or drop shadows.

GitHubGitHub - mahkoh/jay: A Wayland CompositorA Wayland Compositor. Contribute to mahkoh/jay development by creating an account on GitHub.
Replied in thread

@reallychris This morning I found a middle ground which so far I can easily recommend, which is the fork. github.com/WillPower3309/swayf

It's a drop-in replacement in that it provides binaries named `sway`, `swaymsg`, etc, and all my existing configuration was compatible. I added just these three lines to my Sway config after switching to the fork:

blur enable
corner_radius 10
shadows enable

I'm still not sure what the `blur` option is doing, though.