mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Add hyprload toml
This commit is contained in:
parent
7adc343ddb
commit
ed7e937be6
1 changed files with 12 additions and 0 deletions
12
hyprload.toml
Normal file
12
hyprload.toml
Normal 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"
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue