hyprpm: add hyprexpo

fixes #105
This commit is contained in:
Vaxry 2024-04-03 20:45:57 +01:00
parent e70b46afd7
commit 455b2d88e4
1 changed files with 8 additions and 0 deletions

View File

@ -51,3 +51,11 @@ output = "hyprwinwrap/hyprwinwrap.so"
build = [
"make -C hyprwinwrap all",
]
[hyprexpo]
description = "A plugin to add expo (overlay) for workspaces"
authors = ["Vaxry"]
output = "hyprexpo/hyprexpo.so"
build = [
"make -C hyprexpo all",
]