updates to a basic thing if it can find hyprland

This commit is contained in:
Chris Cochrun 2025-05-11 22:23:47 -05:00
parent 955aafacb6
commit 146148a7cd
4 changed files with 498 additions and 41 deletions

View file

@ -2,13 +2,13 @@ default:
list
run:
cargo run
RUST_LOG=debug cargo run
build:
cargo build
watch:
cargo watch -- cargo run
RUST_LOG=debug cargo watch -- cargo run