Skip to content

Commit

Permalink
feat: enable tap gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 16, 2023
1 parent 77775f7 commit 7ee1747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GestureManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ GestureManager::GestureManager() {
&HyprlandAPI::getConfigValue(PHANDLE, "plugin:touch_gestures:sensitivity")->floatValue;

this->addMultiFingerGesture(PSENSITIVITY);
this->addMultiFingerTap(PSENSITIVITY);
this->addEdgeSwipeGesture(PSENSITIVITY);
}

Expand Down

0 comments on commit 7ee1747

Please sign in to comment.