diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 13b7654..ec15eb4 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -980,6 +980,7 @@ in propagateComposedEvents: true onEntered: _autoClose.stop() onExited: _autoClose.restart() + onPositionChanged: _autoClose.restart() onClicked: (mouse) => mouse.accepted = false onPressed: (mouse) => mouse.accepted = false onReleased: (mouse) => mouse.accepted = false