anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
695 stars 53 forks source link

`applications` plugin doesn't work with alacritty terminal #181

Open liferooter opened 2 months ago

liferooter commented 2 months ago

applications plugin doesn't work if config.terminal is set to Some("alacritty") because Alacritty expects command line passed with -e to be separate arguments, not one.

seangenabe commented 2 weeks ago

Related to #91 probably?