Skip to content

Commit

Permalink
default experimental:send_cancel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Aug 25, 2024
1 parent 540e497 commit 13cfe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
HyprlandAPI::addConfigValue(PHANDLE, "plugin:touch_gestures:edge_margin",
Hyprlang::CConfigValue((Hyprlang::INT)10));
HyprlandAPI::addConfigValue(PHANDLE, "plugin:touch_gestures:experimental:send_cancel",
Hyprlang::CConfigValue((Hyprlang::INT)0));
Hyprlang::CConfigValue((Hyprlang::INT)1));
#pragma GCC diagnostic pop

HyprlandAPI::addConfigKeyword(PHANDLE, "hyprgrass-bind", onNewBind, Hyprlang::SHandlerOptions{});
Expand Down

0 comments on commit 13cfe38

Please sign in to comment.