hyprpm: drop plugins, remove hyprload

This commit is contained in:
Mihai Fufezan
2026-05-12 15:53:27 +03:00
parent cd2ef8f5b9
commit 4183a8d7e8
2 changed files with 0 additions and 97 deletions

View File

@ -1,54 +0,0 @@
[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",
]
[hyprwinwrap]
description = "A clone of xwinwrap for Hyprland"
version = "1.0"
authors = ["Vaxry"]
[hyprwinwrap.build]
output = "hyprwinwrap/hyprwinwrap.so"
steps = [
"make -C hyprwinwrap all",
]

View File

@ -73,49 +73,6 @@ build = [
"make -C hyprbars all", "make -C hyprbars all",
] ]
[hyprtrails]
description = "A plugin to add trails behind moving windows"
authors = ["Vaxry"]
output = "hyprtrails/hyprtrails.so"
build = [
"make -C hyprtrails all",
]
[hyprwinwrap]
description = "A clone of xwinwrap for Hyprland"
authors = ["Vaxry"]
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",
]
since_hyprland = 4364
[xtra-dispatchers]
description = "A plugin to add some extra dispatchers"
authors = ["Vaxry"]
output = "xtra-dispatchers/xtra-dispatchers.so"
build = [
"make -C xtra-dispatchers all",
]
since_hyprland = 5573
[hyprscrolling]
description = "A plugin to add a scrolling layout"
authors = ["Vaxry"]
output = "hyprscrolling/hyprscrolling.so"
build = [
"make -C hyprscrolling all",
]
since_hyprland = 6066
[hyprfocus] [hyprfocus]
description = "Flashfocus for Hyprland" description = "Flashfocus for Hyprland"
authors = ["Vaxry"] authors = ["Vaxry"]