• 73 Posts
  • 326 Comments
Joined 1 year ago
cake
Cake day: July 25th, 2023

help-circle




  • I believe the advantage is that old drivers still work as they are all in the kernel. With them sharing much code it’s not even that big of a disk space issue. Edit: A more dynamic approach would be great though, especially with this size issue popping up.

    In a way it’s great that I’m able to replace any part of my system and it just works without me having to make sure the old GPU driver doesn’t leave some traces behind–altough while writing this the latter part shouldn’t be an issue with Windows auto download and installation of drivers.




  • Creating a wayland compositor based in wlroots is much more work than an X11 window manager. And then there’s quite a bit of work to keep up with new Wayland protocols.

    But I personally don’t think there’s a need for more compositors, since the existing compositors do support all kinds of tiling.

    E.g. river has custom layout providers, which allows for creating completely custom tiling behaviour. There’s even a hyprland plugin which implements river-layout-v3.







  • After using Fedora Atomic for around a year, I’ve switched my mom over from Linux Mint. Since then a few years’ve gone by and there’s been no issues with automatic updates failing or not applying. That’s awesome compared to regular issues with dpkg errors because of shutdown/power loss while updating.

    Obviously release upgrades still require manual intervention, but that’s an hour once a year for updating and testing if everything works as it should.

    Personally I’ve switched to NixOS, because even with ublue image-based OS aren’t great for configuring window managers. In general, image-based OS are especially awesome for long-running, low maintenance systems. I wouldn’t want to use an OS which doesn’t provide some kind of rollbacks anymore (btrfs snapshots is the minimum).

    Edit:

    Do you feel it’s worth it to learn the nuances of their use?

    Fedora Atomic is almost identical to regular Fedora, the difference is mostly how the root filesystem is managed:

    The former are files from rpms get copied to an ostree image, which then gets mounted as the root file system.

    For the latter dnf copies files from rpms to the root file system.

    […] did you manage to properly run AppImages […]

    They always worked flawlessly on everything except NixOS (because of no FHS-layout). Through distrobox they should work on any distro.

    […] trying to install Outline VPN […]).

    These kinds of not properly packaged apps are a big issue with ostree based systems. VPN provider apps need to be natively installed and usually aren’t available in repos.




  • I’ve been using COSMIC Epoch pre-alpha for the past two months, and it definitly is on a good path. There’s still many bugs, but COSMIC has gotten much better, and more featureful (e.g. I’m finally able to use my keyboard layout of choice and rebind all keys accordingly). The only major missing feature is VRR/adaptive sync, because I really don’t like playing CS2 with vsync.

    Sadly they switched from dynamic tiling (river, awesome) to manual tiling (sway/i3-style), but together with the window-movement-animations it’s awesome. Finally there’s a desktop with a compositor made with tiling in mind, and not as an afterthought.

    Also I find it great how many distros already have COSMIC packages in their community repos.









  • Using wev (wayland event viewer, which shows pressed keys) the side buttons show up as extra mouse buttons, so it should be possible to remap them.

    button: 272 (left)
    button: 273 (right)
    button: 274 (middle)
    button: 275 (side) <- side button
    button: 276 (extra)  <- side button
    

    PS: My old Logitech G710+ keyboard has some extra buttons which show up as normal numbers, which makes them pretty much useless. A while ago I found the now abandoned sidewinderd project which adds support for them. It’s sad that those manufacturers don’t create proper standards for these kind of things and instead hack it together somehow.