Add hyprload toml

This commit is contained in:
outfoxxed 2023-04-19 02:54:10 -07:00
parent 7adc343ddb
commit ed7e937be6
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

12
hyprload.toml Normal file
View file

@ -0,0 +1,12 @@
[hy3]
description = "i3 like tiling for hyprland"
version = "0.1"
author = "outfoxxed"
[hy3.build]
output = "build/libhy3.so"
steps = [
"rm -rf build"
"cmake -DCMAKE_BUILD_TYPE=Debug -B build"
"cmake --build build"
]