**Tundra** is the name I'm giving my *desktop environment.* Made primarily with Aylur's Astal library and the Vala programming language (as an excuse to learn it). NOTE: Tundra is designed specifically to work on Hyprland, I have no idea how it'll interact with other window managers :) ##### Meson Notes (temporary) Setup meson like `meson setup ` ie `meson setup build src`. Compile meson like `meson compile -C ` where is the relative path to it, if you're in it already just use `meson compile` otherwise if in project root use `meson compile build`.