mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 12:35:59 +01:00
43 lines
886 B
TOML
43 lines
886 B
TOML
[borders-plus-plus]
|
|
description ="A plugin to add more borders to windows."
|
|
version = "1.0"
|
|
authors = ["Vaxry"]
|
|
|
|
[borders-plus-plus.build]
|
|
output = "borders-plus-plus/borders-plus-plus.so"
|
|
steps = [
|
|
"make -C borders-plus-plus all",
|
|
]
|
|
|
|
[csgo-vulkan-fix]
|
|
description = "A plugin to fix incorrect mouse offsets on csgo in Vulkan"
|
|
version = "1.0"
|
|
authors = ["Vaxry"]
|
|
|
|
[csgo-vulkan-fix.build]
|
|
output = "csgo-vulkan-fix/csgo-vulkan-fix.so"
|
|
steps = [
|
|
"make -C csgo-vulkan-fix all",
|
|
]
|
|
|
|
[hyprbars]
|
|
description = "A plugin to add title bars to windows"
|
|
version = "1.0"
|
|
authors = ["Vaxry"]
|
|
|
|
[hyprbars.build]
|
|
output = "hyprbars/hyprbars.so"
|
|
steps = [
|
|
"make -C hyprbars all",
|
|
]
|
|
|
|
[hyprtrails]
|
|
description = "A plugin to add trails behind moving windows"
|
|
version = "1.0"
|
|
authors = ["Vaxry"]
|
|
|
|
[hyprtrails.build]
|
|
output = "hyprtrails/hyprtrails.so"
|
|
steps = [
|
|
"make -C hyprtrails all",
|
|
]
|