Open liferooter opened 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.
applications
config.terminal
Some("alacritty")
-e
Related to #91 probably?
applications
plugin doesn't work ifconfig.terminal
is set toSome("alacritty")
because Alacritty expects command line passed with-e
to be separate arguments, not one.