Compile hyprgrass manually
mainYou can build hyprgrass from source using meson and ninja.
When running meson setup, you can pass the following configuration options:
-Dbuildtype=debug: Creates a debug build with detailed stack traces for crash reporting.-Dhyprgrass-pulse=true: Enables building thehyprgrass-pulseintegration.
After setup, compile using ninja -C build.
meson setup build -Dhyprgrass-pulse=true
ninja -C build