mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-23 10:55:58 +01:00
hyprload: add hyprwinwrap manifest
This commit is contained in:
parent
8d5c2f60c8
commit
27af82f558
1 changed files with 11 additions and 0 deletions
|
@ -41,3 +41,14 @@ output = "hyprtrails/hyprtrails.so"
|
||||||
steps = [
|
steps = [
|
||||||
"make -C hyprtrails all",
|
"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",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue