From ed7e937be69cfc6c6d36f58b068554a35393943d Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 19 Apr 2023 02:54:10 -0700 Subject: [PATCH] Add hyprload toml --- hyprload.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyprload.toml diff --git a/hyprload.toml b/hyprload.toml new file mode 100644 index 0000000..ad36620 --- /dev/null +++ b/hyprload.toml @@ -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" +] \ No newline at end of file