this post was submitted on 23 Mar 2024
227 points (96.7% liked)
Linux
48180 readers
899 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Message me on matrix if you want help setting all of that up, but waybar absolutely supports clicking tray icons.
You should switch if you value any of the following:
a. Any x11 client can record your screen without notifying you
b. Any x11 client can record all of your keystrokes without notifying you
a. Tighter integration with input/output configuration, which results in things like per-input settings are very difficult to do on X11, I have a mouse that only works on one screen and another mouse that works on all my screens, which makes it so that I can have my TV pointed away from my desktop and use a wireless mouse and never lose the position of my cursor while still keeping my other displays active, for example
b. You can't modify mouse sensitivity on x11 (except in a hacky way with acceleration)
c. After switching to sway I just noticed so many hacks that I configured went away.
a. x11 can't support monitors with mixed refresh rates because how it handles rendering is fundamentally flawed
b. on x11 most animations are fundamentally broken (try resizing) because of how rendering is handled, check out the animations on hyprland and how smooth they are, that's not something that can be done on x11 for a low performance overhead
c. so many scaling problems, native wayland apps work perfectly in this regard nowadays.
Ok, because of this post - I decided to bite the bullet and try wayland again. And it was much better experience this time:
I've installed sway "pattern" on OpenSuse-Tumbleweed and:
I confused it with swaybar, that's installed with sway by default and should be an i3bar-compatible. Waybar doesn't seem to support i3bar protocol, but anyway, after I configured it - it's like 95% there from what I want.