hy3/hyprpm.toml

13 lines
255 B
TOML
Raw Permalink Normal View History

[repository]
name = "hy3"
2024-01-04 10:35:44 +01:00
authors = ["outfoxxed, DRAGONTOS"]
[hy3]
description = "i3 like tiling for hyprland"
2024-01-04 10:35:44 +01:00
authors = ["outfoxxed, DRAGONTOS"]
output = "build/libhy3.so"
build = [
"cmake -DCMAKE_BUILD_TYPE=Release -B build",
"cmake --build build"
]