Skip to content

Commit

Permalink
fix: set default focus_animation to none
Browse files Browse the repository at this point in the history
  • Loading branch information
WingsZeng committed Jun 1, 2024
1 parent 35da5a1 commit ec5f441
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 @@ -179,7 +179,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
HyprlandAPI::addConfigValue(PHANDLE, "plugin:hyprfocus:animate_floating",
Hyprlang::INT{1});
HyprlandAPI::addConfigValue(PHANDLE, "plugin:hyprfocus:focus_animation",
Hyprlang::STRING("flash"));
Hyprlang::STRING("none"));
HyprlandAPI::addDispatcher(PHANDLE, "animatefocused", &flashCurrentWindow);

#ifdef FLASH
Expand Down

0 comments on commit ec5f441

Please sign in to comment.