this post was submitted on 25 Jan 2024
52 points (93.3% liked)

Linux

47361 readers
1234 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm interested in TWMs for some while now.
Currently, I'm running Gnome with the Forge extension, which gives me a quite nice tiling with the full fledged DE experience I need.

Especially Hyprland is the project I have an eye on the most. The ultra-smooth animations are just out of this world! (I'm not only locked on Hyprland tho.)

My current setup feels a bit clunky, and I want something proper, without losing the comfort of a fully functioning DE.
My end goal maybe would be making my own uBlue-image with a setup that works sane out of the box.

Are there any setups and recommendations of needed packages?

How do Sway, Hyprland and other TWMs differ from each other?
Which one would you recommend for starters, and which one is "the best"?

What do I need to know before getting started? Should I just dive into it head first?

If I have to ask all these questions, would you just say I should ditch the idea for now, with my current level of knowledge and time?

What has your experience been? Any problems I may encounter?

Thank you for your answers?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 7 months ago (1 children)

animations aren’t really important for me

I don't think SwayFX has animations yet, it's on the roadmap but for now it's window blur, rounded corners, etc.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago) (1 children)

Thanks, I forgot rounded corners and window blur are also not supported by Sway. Especially blur does have it's non-cosmetic use cases, so maybe it'll just take a decade until they accept a contribution. i3 also didn't include the i3-gaps patches for many years.

I do appreciate how quick navigation on sway is without unnecessary delays through animations. But especially for touchpad gestures animations are sorely lacking. Switching between workspaces with 1:1 gestures feels awesome and the main reason for me trying hyprland, besides dynamic tiling.

[–] [email protected] 0 points 7 months ago (1 children)

labwc is amazing too, try it.
The only thing I haven't figured out is how to run a graphic application as one user from another.
In X you simply do

sudo -u user2 firefox
as user1, in wayland you can't, even if a seatd is running for that other user as well.

@Chewy7324 @callyral

[–] [email protected] 1 points 7 months ago

It's great to see a Wayland window-stacking compositor to cater to those who like Openbox, altough personally prefer tiling wms.

Why do you want to run an application as another user on the same OS? My only guess would be for isolation through seperate home directories, because with X they could still log keys, so it's not enough for proper sandboxing.

It might be possible to (mis)use waypipe for this purpose, altough I don't know good the performance would be compared to direct rendering.