mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-22 10:35:58 +01:00
parent
e70b46afd7
commit
455b2d88e4
1 changed files with 8 additions and 0 deletions
|
@ -51,3 +51,11 @@ output = "hyprwinwrap/hyprwinwrap.so"
|
||||||
build = [
|
build = [
|
||||||
"make -C hyprwinwrap all",
|
"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",
|
||||||
|
]
|
||||||
|
|
Loading…
Reference in a new issue