abenz1267 / walker

Application launcher similar to Rofi etc. . Wayland native.
MIT License
263 stars 12 forks source link

Repeat rate breaks when drawing applications #5

Closed donovanglover closed 5 months ago

donovanglover commented 5 months ago

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

abenz1267 commented 5 months ago

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

abenz1267 commented 5 months ago

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

Problem still present?

donovanglover commented 5 months ago

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

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