hy3/hyprpm.toml

14 lines
250 B
TOML
Raw Normal View History

[repository]
name = "hy3"
authors = ["outfoxxed"]
commit_pins = []
[hy3]
description = "i3 like tiling for hyprland"
authors = ["outfoxxed"]
output = "build/libhy3.so"
build = [
"cmake -DCMAKE_BUILD_TYPE=Release -B build",
"cmake --build build"
]