updates to a basic thing if it can find hyprland
This commit is contained in:
parent
955aafacb6
commit
146148a7cd
4 changed files with 498 additions and 41 deletions
4
justfile
4
justfile
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue