diff --git a/hyprload.toml b/hyprload.toml deleted file mode 100644 index 3a4af45..0000000 --- a/hyprload.toml +++ /dev/null @@ -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", -] diff --git a/hyprpm.toml b/hyprpm.toml index dfb01dd..1e2b5a7 100644 --- a/hyprpm.toml +++ b/hyprpm.toml @@ -73,49 +73,6 @@ build = [ "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] description = "Flashfocus for Hyprland" authors = ["Vaxry"]