dakyskye / dxhd

daky's X11 Hotkey Daemon
MIT License
99 stars 6 forks source link

launch `action`s in the background #2

Closed dakyskye closed 4 years ago

dakyskye commented 4 years ago

dxhd currently waits for a launched program to exit until launching another one, so for example, if you want to launch three terminals one-after-one, you can't, you have to close one, to open another. However, dxhd caches them, if you trigger the keybinding that launches your terminal three times, it will save them, and will launch terminals one-after-one, once one exits.