horriblename / hyprgrass

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

where do I put the config? #166

Closed prietus closed 3 weeks ago

prietus commented 3 weeks ago

I am havin triubles to understand where ti put the config for the plugin. I tried a single file sourced in hyrland.conf and in hyprland.conf itself but I cannot make it to work, thanks in advance https://bepasty.priet.us/YoxYxcPs/+inline

horriblename commented 3 weeks ago

README was outdated I think, change

plugin:touch_gestures{
...
}

to

plugin {
  touch_gestures {
  ...
  }
}

the plugin config is the same file as hyprland config (~/.config/hypr/hyprland.conf). If there's a specfic problem please elaborate

prietus commented 3 weeks ago

tyvm!