Skip to content

I use Arch BTW

Published:  

I had used EndeavourOS for several years, and have been wanting to go back to Vanilla Arch for a while now.

I finally made the jump to install Arch Linux. I’m using hyprland and I’m loving it!

I couldn’t decide between Arco, ArchCraft and EndeavourOS (again) but I decided to go with a minimal Arch Linux.

I use Arch BTW

lorem ipsum

const ogImageBG = typeof ogImage === "string" ? ogImage : ogImage?.src;
const urlObject = new URL(
  ogImageBG ?? `/posts/${slugifyStr(title)}.png`,
  Astro.url.origin
);
const ogBG = urlObject.origin + urlObject.pathname;