hyprload: add hyprwinwrap manifest

This commit is contained in:
Vaxry 2023-11-25 01:48:36 +00:00
parent 8d5c2f60c8
commit 27af82f558
1 changed files with 11 additions and 0 deletions

View File

@ -41,3 +41,14 @@ output = "hyprtrails/hyprtrails.so"
steps = [
"make -C hyprtrails all",
]
[hyprwinwrap]
description = "A clone of xwinwrap for Hyprland"
version = "1.0"
authors = ["Vaxry"]
[hyprwinwrap.build]
output = "hyprwinwrap/hyprwinwrap.so"
steps = [
"make -C hyprwinwrap all",
]