abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repeat rate breaks when drawing applications

donovanglover opened this issue · comments

If there are one or more applications showing, then it becomes impossible to do things like hold backspace to clear the input

Can't replicate on my machine. Could you provide a small screen capture demonstrating the problem?

Feel free to check latest master and prob. adjust the search delay via config as you need.

Problem still present?

Using the following config fixes the issue for me. Thanks!

{
  "search": {
    "delay": 300
  }
}