walker icon indicating copy to clipboard operation
walker copied to clipboard

high ram use on `walker --gapplication-service`

Open zspher opened this issue 5 months ago • 1 comments

Describe the bug high ram use on walker --gapplication-service

whenever i run walker with the service on, ram just keeps increasing without decreasing

Version 0.7.7

Minimal Config Provide a minimal config to reproduce the bug.

  programs.walker = {
    enable = true;
    config = {
      ignore_mouse = true;
      activation_mode.labels = "123456789";
      activation_mode.use_alt = true;

      disabled = ["finder" "runner" "windows"];
      list.max_items = 20;
    };
  };

To Reproduce

  1. run walker --gapplication-service
  2. keep running walker and type something
  3. do the above repeatedly

Expected behavior ram should decrease and stay at some default level after walker is ran

Screenshots spammed walker repeatedly till 1Gb ram use; checked with btop Screenshot_2024-08-27-18-13-23

Desktop

  • OS: Linux 6.6.47, NixOS, 24.11 (Vicuna), 24.11.20240821.c374d94
  • DE: Hyprland v0.42.0

Additional context Add any other context about the problem here.

zspher avatar Aug 27 '24 10:08 zspher