Spyke

Niri is amazing:

  • Overview just feels right to manage windows, hyprland for example lacks that feature and due other issues even existing plugins can't be used anymore (hyprland dev borked support)
  • Scrolling desktops is a weird concept, but surprisingly works well. Had to move back to hyprland after half a year on Niri and I just can't get used to it. What do you mean space on my desktop is limited?
  • It have all bells and whistles that hyprland have, like custom animations, blur (was recently added after a lot of users cried a lot), you can even write own shaders for windows opening\closing

But: Still in development, some features broken or not exists. Blur for example was added in hurry, so visual bugs with it is common. HDR is not supported. Another thing that actually forced me to switch - bit depth control is not supported (patch for that was proposed half a year ago and only recently was merged, so it should be in new release), cause of that my monitor always tries to set 16bit color space, which is obviosly imposible thru hdmi and with my TV, so after booting up niri I always have black screen (or not, sometimes it reverts to defaults which is 8 bit and for HDR\to use my monitor you ideally need 10, so it's a mess). And there some additional small things, like no way to trigger something on desktop\window switch, small things like that, which usually do exist in tailing managers.

But beyond that, it's awesome and I hope dev continue. It milions time better than hyprland just because they haven't changed damn config scheme 3 time in a focking row.

4
lemmy.ca

And crucially, it is written entirely in Rust. Which could be a deciding point for some.

I am a programmer, and in my opinion, unless you are planning at looking at the source code and don't want to mess with other languages, you as a user should not care about whether the program you're about to use is written in Rust.

::: spoiler Wall of text with context Rust has become popular among programming enthusiasts due to resulting in fast programs while avoiding memory management problems that come from using some other "fast" languages such as C. Not just that, but Rust achieves that while also avoiding the most common approach to this problem, which is garbage collection. Garbage collection is often seen as slow, despite, when compared to C's manual memory management, garbage collection not being that far behind when well optimized. That's why some Rust enthusiasts write that their Rust programs are "Blazingly Fast 🔥", instead of writing "very fast" like everyone else. Those same enthusiasts take the fact that, as I've said before, Rust avoids the memory management problems from some "fast" languages such as C, and advertise it as "Rust makes programs safer and remove entire classes of bugs while keeping it fast". None of these "ads" are wrong, but they can be a bit misleading to those who don't know much about programming.

First of all, a programmer can definitely make slow and buggy programs with Rust. Rust "fights" against bad memory management, but that's a small part of the issues that can rise from bad programming. Any programming language can try to "fight" bad programming practices (something that Rust tries to do), but there's always a limit to how much bad habits you can catch. Secondly, Rust isn't the only language that can offer fast, memory-safe programs. I've heard about benchmarks that showed that OCaml is one of the "fastest" programming languages, and it's a language that uses garbage collection. Many other examples exist. Heck, I've even heard of guidelines for fast memory-unsafe programming languages to avoid memory managent problems (here's an example https://misra.org.uk/).

I'm not saying this because I hate Rust, or anything. Rust is a really cool programming language that seems to be really useful for memory-constrained environments. However, just like any other programming language, it's a tool, not a magic wand. As such, please don't treat it like a miraculous solution to make your programs faster and less buggy. :::

You should instead look at how much care the developers put into their own programs. Now that's a good deciding point for whether to install a program.

Happy hacking! :)

(P.S.: please correct me if I wrote anything wrong)

12
anhydrousreply
lemmy.world

Also a programmer. This is true with the exception of JVM languages, which can sometimes place a burden on the user of an application.

3

funny, as a jvm dev, I think the same about Python. Most JVM devs are packaging their code as binaries, not raw jars. Most Python devs package their code as.. well they don't usually. they just tell you to clone the project and run it with a virtualenv. Which is so much worse than a jar.

1
tiramichureply
sh.itjust.works

This is the way I always did it on Mac, and now do it on Cosmic.

Almost always I want windows to have the full real-estate of the screen (editor, browser, etc) so tiling rarely makes sense for me and instead I want to be able to rapidly change between windows.

So using whole workspaces as a side-to-side carousel where I can flip back and forth between adjacent ones in a moment has been my go-to workflow for 15 years already.

13
Ansis100reply
lemmy.world

Same here. I also like to have specific types of apps on specific desktops so that I always know that, for example, Super+2 is my web browser, Super+4 is email and Signal etc.

I'm much more effective on a fixed layout of things rather than searching for the app I need visually.

6

I don't do strictly fixed, but I do relative, for example my terminal is left of my IDE, my browser is right.

Using workspaces as instantly switchable 'screens' also helps make presentations and demos really slick, i find.

You can screen-share the whole monitor and then flick between your deck and code and a browser very cleanly with no window fumbling.

2

The independent virtual desktop per screen in KDE 6.7, Cosmic, and macOS(which I’m pretty sure has had it working like that the longest) was really such a game changer for me. The all screens changin was always so awkward.

And coupling it with a mouse that has a center-left and center-right click on its scrolling wheel which get remapped to switch desktop in the respective directions is silky smooth.

I did like the tiling in Cosmic a lot though and wouldn’t mind incorporating it into a single desktop or screen.

3
abc
suppo.fi

Niri & Noctalia are awesome. It's not quite as easy to configure as Cosmic Desktop, but the paradigm works way better and faster when you get used to it.

I was also a bit resistant to the idea, but somehow finally got it. Probably on the 5th try.

18

it's great after customizing, using meta + vim bindings works great for me to move between windows and workspace as if everything is laid out on a grid. meta + opt + vim bindings to move windows around also seems nice.

2
lemmy.world

If you have ever lost track of your editor because Firefox decided to squish it into a 200-pixel-wide column, you know exactly how jarring that can be.

so, instead, your terminal is lost off the edge of the screen.

doesn't tabbed window layout address this issue?

I guess this is more like if tabbed window layout doesn't fit your brain model, here is an alternative that maybe does, i just struggle to find much of a difference. maybe this is just easy mode for split window tabs?

either way, i love that there are options.

17

Technically yes but tabs are modal: You have to leave the tabbed mode to look at more than one window at once, and then the third window that opens will cause one of them or both to resize. Then you need to fix that by moving it to a new workspace or the tab container.

The idea is that with scrolling, resizing is always manual. New windows will never resize any existing ones, independent of any "mode" or which element you have focused.

It's not for everyone (personally I realized after a few months that I did not actually like scrolling, I just put up with it), but I do think it's a comparable paradigm shift as going from a stacking WM to a tiling one. Sure you can create tiling layouts on almost all stacking WMs fairly easily with simple mnemonic keyboard shortcuts, but using it feels different, if that makes sense?

8

I still miss KDE4SC's tabbed windows. It was the shit.

I hope they can come back sometime.

(That being said I like Niri's concept but I don't wanna install yet another WM, I'm using the karousel kwin script which pretty much does the same thing)

2

Niri was the first tiling wm that really clicked with me. It with noctalia are now my go-to laptop setup.

8
feddit.org

I loved niri as a long-time i3 user, but once the novelty of it faded, I realized it was mostly its GNOME-like features that charmed me, like pressing Meta for "explode" view and dynamic workspace management, while the actual tiling and window management wasn't as streamlined for me (especially stacking thinga vertically).

Sometimes I also miss the quality-of-life of a full DE, like dynamically switching from light to dark mode, but that can arguably be achieved in some other way - or even running i3 under a DE.

Sometime when I upgrade from my trusty old Nvidia GPU, I might switch to sway, but as of now, nothing has managed to topple i3 for me.

4
lemmy.world

Im a long time i3 user too. I like my setup, and have probably dozens of custom i3-xxxxx programs that I've made over time, my custom config compositor, custom rofi menues that show different options hepending on the hostname, a well-tuned i3-status-rs, and of course: the muscle memory of all the shortcuts...

I gotta say, jumping to Wayland and using cute bars and themes looks tempting, but it's probably gonna be a pain in the ass.

3

i3wm-ist here. Niri also didn't provide anything to me i3 didn't. It was actually more dificcult and less productive for my professional work with two monitors. But for laptop only usage it's amazing.

i3 to sway is pretty smooth. You don't have to change much and after a while you forget if youre using i3 or sway.

2
lemmy.today

I'd love to try Niri. The only Wayland compositor that I have used for a long term is Hyprland, and it was an awful experience for me; I found it a little difficult to configure.

2

found it a little difficult to configure.

It's okay, dev apparently think it's hard too, otherwise I have no clue why da fuck he would change configuration scheme 3 focking times

1

Looks interesting, and I thought KDE when? But, of course, it's already there as Karousel. On the list of things to audit when I feel like futzing with UI again.

6

I've tried WMs a number of times but the sheer amount of shit not working out of the box (or ever) is just awful.

I have Niri + Noctalia on my laptop rn and it's nice for most tasks, but so limited. configuring external monitors doesn't work right. the steam flatpak doesn't even display a window. the builtin clipboard manager doesn't work. Non-linux people watch me use this and they decide that linux is unusable.

I mean zero disrespect to any of the people building these fantastic tools but I keep crawling back to KDE Plasma. Am I doing something wrong hahah

1

Youre doing something wrong but if plasma works for you, it works for you.

I cannot imagine using anything other than a tiling WM. The same way I cannot stand coding/writing without vim mode. Because I have become so efficient and good at them, things just get done way more quickly.

But if the WM doesn't have that multiplier effect for you, just go tge easy path.

2
lemmy.world

The project is inspired by PaperWM, a GNOME Shell extension that brings scrollable tiling to GNOME.

🤮

I wish them all the best , except if they're part of fascist open source, in which case, they can get bent.

But then again, I have my KDE task manager so that it only shows tasks from the current screen on it, and even I sometimes find that disorientating.

-37
Oinksreply
lemmy.blahaj.zone

I'm sorry but what are you talking about? How is this random GNOME extension related to DHH (who does not even use GNOME if that isn't obvious)? How does that relationship poison the concept of scrolling window management? Is Drew DeVault a fascist because he made Sway which works vaguely similar to Hyprland, which was made by a fascist?

22

It looks like this is more like three different messages that are worded a little weirdly, making it have a more confusing single meaning.

The barf emoji (where they used H1, by the way. Why, I have no idea) implies that they dislike either PaperWM or GNOME, likely the latter given that GNOME and KDE Plasma have a kind of holy war thing going on between its users, and this person (who uses Plasma) is the kind of person who has extreme opinions it looks like.

I wish them all the best , except if they're part of fascist open source, in which case, they can get bent.

This part is worded poorly, especially given the preceding barf emoji making you think it's a negative opinion for the whole comment. They are positive about Niri, but IF they turn out to be not very nice then they can "get bent" (whatever that means)

But then again, I have my KDE task manager so that it only shows tasks from the current screen on it, and even I sometimes find that disorientating.

And this bit is just talking about how they won't really take advantage of tiling WMs anyways given that windowed DEs are already "disorienting"

1
abcreply

DHH has built his stuff on Linux, which means that everyone using Linux is a fascist.

17

No, I actually have to thank you for mentioning Hyprland bring made by a fascist because that's what I mean by fascist open source. I remembered there being some window manager or similar thing being made by a fascist and was unsure if niri was that or something adjacent.

Hence; I wish it well, unless it's part of fascist open source.

I highlighted the part about paper WM because I dislike how gnomes pseudo space age design ls work, hence the negative reaction.

But I appreciate things existing in the Linux system I don't enjoy because it makes the space more diverse and interesting and a breeding ground for new ideas.

Unless those ideas are fascism.

2
Skullgridreply
lemmy.world

https://en.wikipedia.org/wiki/David_Heinemeier_Hansson#Politics

In 2025, Hansson published a blog post[30] expressing support for far-right British activist Tommy Robinson and the 2025 British anti-immigration protests. In response, some members of the Ruby on Rails community called for his removal from project governance.[31][32][33]

people like this, this guy invented Ruby on Rails and Omarchy (Arch based distro). They band together and act like assholes in the open source software space.

-10

He's not involved with Niri and AFAIK not with PaperWM either.

13

You reached the end