• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: September 9th, 2023

help-circle


  • Aside from your preference for debian-based distros, you’re describing Garuda pretty well. But the chaotic-AUR is enabled by default, so you’d never need to hunt for .deb files in the first place. And the update script, “garuda-update”, has a bunch of nice features by default, like taking snapshots and running grub-update (which would have prevented the grub fiasco that hit the arch-based distros a while back).

    The only pain points are 1.) If you don’t like Garuda’s theming, you’ll need to do some minor ricing to start, and 2.) Plasma 6 updates often enough that on a rolling release distro, something minor about your setup might break once every few months, e.g. KDE allows themes to set a minimum taskbar size and all of a sudden your taskbar increases in size, or your wallpaper gets reset for some reason.



  • I don’t hate flatpaks, but flatpaks require more disk space than the same apps from traditional repositories, and they only support a handful of the most common default themes. Since I only ever use older and slower computers, my disk space is limited, and I like to rice my desktop, I personally avoid them. But your use-case may differ.








  • Having seen a total eclipse before, I know solar eclipses are in danger of being overhyped. IMO, they probably aren’t worth driving across the country. But if all you need is a 3 to 5 hour drive to get to the path of totality, I think you should absolutely do it. They’re legit. Not, like, life changing, but legit. Find a place with a few trees so you can watch the crescent shadows and maybe hear some wildlife freak out.






  • I’ve never dived into this, but if electronic keyboards are just glorified midi-controllers, I’d have to think you could find a FOSS solution. If they’re not simply midi-controllers, I wouldn’t begin to know. I’d imagine you might have an easier time with keyboards from the 90s or whenever.


  • You can skip this comment if you’re avoiding anything arch-based; I don’t have any additional distro suggestions beyond what’s already listed (they really are mostly the same), but in regard to the arch-based suggestions, I would only add that you can reduce the maintenance by choosing a DE with a slower update cycle (e.g. XFCE or any WM) and, more importantly, remembering that you don’t actually have to update your system every day. Even once a month is probably fine. I don’t get the impression you want vanilla Arch though; Endeavor or even Manjaro minimal will have the defaults you’re looking for, or literally any other non-Arch distro if the AUR isn’t important to you.



  • Whenever I use a touchpad without physical buttons, I usually disable the middle button entirely. It’s more of a hammer-to-mosquito solution than what you were asking, but it’s as easy as adding this command to the autostart file (on Xorg): xinput set-button-map "Name-of-your-Touchpad-goes-here" 1 0 3 4 5 6 7, where “Name-of-your-Touchpad-goes-here” can be found with xinput list --name-only.