hyprutils / hyprlauncher

GUI for launching applications, written in blazingly fast Rust! 🚀🦀
GNU General Public License v2.0
140 stars 8 forks source link

dmenu improvements #129

Open abenz1267 opened 4 hours ago

abenz1267 commented 4 hours ago
nnyyxxxx commented 4 hours ago

it's rather slow to open, make it faster

dmenu mode is basically a separate application and is separate from the main application, and as such it does not daemonize. Slowness is expected, though it's pretty fast even while not daemonized on my machine

nnyyxxxx commented 4 hours ago

MRs welcome