horriblename / hyprgrass

hyprland plugin for touch gestures
BSD 3-Clause "New" or "Revised" License
277 stars 11 forks source link

Building without NixOS or nix #26

Closed matt1432 closed 1 year ago

matt1432 commented 1 year ago

It would be nice to have instructions or clarifications on how to compile and use this plugin on a non NixOS system in the README.

horriblename commented 1 year ago

Completely forgot to do that, but hyprload should just work.

will add manual compilation instructions later

matt1432 commented 1 year ago

This might not concern your project but explaining how to use hyprload to use this plugin might be nice, or please link me to any documentation because i'm not sure I understand how it works

horriblename commented 1 year ago

honestly, I've never used it myself, but from the README, it says to put this in ~/. config/hypr/hyprload.toml:

plugins = [
    "horriblename/hyprland-touch-gestures" 
] 

do let me know if you need have any trouble, since hyprload is untested

horriblename commented 1 year ago

I've updated hyprload instructions on the README, let me know if it works

matt1432 commented 1 year ago

honestly, I've never used it myself, but from the README, it says to put this in ~/. config/hypr/hyprload.toml:

plugins = [
    "horriblename/hyprland-touch-gestures" 
] 

do let me know if you need have any trouble, since hyprload is untested

It doesn't work, I think there's an issue with the difference between the name of the repo and the name of the plugin in the toml. I think I managed to make it work manually tho but my other issue is still there.