horriblename / hyprgrass

hyprland plugin for touch screen gestures
BSD 3-Clause "New" or "Revised" License
302 stars 13 forks source link

fix: chase hyprland 0.44.1 #164

Closed matt1432 closed 4 weeks ago

matt1432 commented 1 month ago

Small changes to make the plugin work with latest git. Updated flake.lock

Based on this commit: https://github.com/hyprwm/hyprland-plugins/commit/082d5c1007b601eccdc882d42530ecb468a40142

Only tested workspace swipes but it does work.

No idea if I should've added a pin for hyprpm or not, I'm also a nix user so I don't use that.

horriblename commented 4 weeks ago
diff --git a/hyprpm.toml b/hyprpm.toml
index b87746d..5ce64cd 100644
--- a/hyprpm.toml
+++ b/hyprpm.toml
@@ -8,6 +8,7 @@ commit_pins = [
     ["cba1ade848feac44b2eda677503900639581c3f4", "f888dab948219197e2870cfd261b6f87690484a7"], # v0.40.0
     ["ea2501d4556f84d3de86a4ae2f4b22a474555b9f", "78eb74357b428498a8225b2d753b2fe9a463f89e"], # v0.41.0
     ["0bb3b822053c813ab6f695c9194089ccb5186cc3", "78eb74357b428498a8225b2d753b2fe9a463f89e"], # v0.42.0
+    ["f044e4c9514ec89c4c1fc8a523ca90b8cb907fb7", "070ca398300bf5b9e1a636ca057882c0312c228d"],
 ]

 [hyprgrass]

thanks! please also pin hyprpm.toml

matt1432 commented 4 weeks ago

@horriblename done!

horriblename commented 4 weeks ago

thanks