horriblename / hyprgrass

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

Workspace swipe rework #113

Closed horriblename closed 4 months ago

horriblename commented 5 months ago

Some time ago Hyprland added touch gestures for workspace swipe, so now we can use the slightly less hacky internal APIs for our own.

#define private public
#include <hyprland/src/...>
#undef private

(even the official hyprexpo plugin does this so don't think about it)