A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.

  • 0 Posts
  • 36 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle
  • operating temperatures down to -15C

    I would personally triple check to make sure this means what you think it means.

    Assuming it does, you should be in the clear. Cutting the power when it gets colder is probably not necessary since the freezer won’t have any reason to run, but it might be a worthwhile precaution anyway. If for some reason the compressor does try to run with frozen oil, it might damage itself or try to draw too much power and blow a breaker (or start a fire if your wiring is sketchy). Better to be on the safe side.













  • A really common issue with sway is that it doesn’t run as a login shell, so none of your .profile or other environment settings get sourced when you login. I think that might be the problem here.

    Try closing your sway session, then login to a tty and run sway. If the qt themes work properly then it’s definitely an environment issue.


  • Fellow Arch user here (btw). It’s exactly the same as building AUR packages. Clone a git repo containing a PKGBUILD, use makepkg to build it, and pacman to install it. The nice thing is you can host a repo of your built packages and install them on other systems really easily. The big downside is that dependency management is not automated, so it will take some time and annoyance to map out what packages you need to build and in what order, if you want a fully source-bootstrapped system.