diced / dlauncher

An application launcher for Linux that is based on Ulauncher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggle doesn't work if pressed too fast

avently opened this issue · comments

Steps to reproduce:

  • set daemon = true
  • run dlauncher &
  • run dlauncher-toggle
  • you'll see DLauncher search
  • press ESC
  • run dlauncher-toggle again as fast, as you can
  • nothing happens.

In my case the delay is about 0.5-1 seconds which will not allow to toggle again. I use HDD disk.

Just found that actually this issue is the same as #5, since it is caused by focus handling somehow. Because If i set hide_on_focus_lost = false the toggle will work every time