use correct syntax for spawning terminal app
This commit is contained in:
parent
057095197e
commit
fd79ee3c05
5 changed files with 6 additions and 8 deletions
|
@ -39,8 +39,8 @@ in {
|
|||
name = "Neomutt";
|
||||
genericName = "Email Client";
|
||||
comment = "View and Send Emails";
|
||||
exec = "terminal neomutt %U";
|
||||
terminal = false;
|
||||
exec = "neomutt %U";
|
||||
terminal = true;
|
||||
type = "Application";
|
||||
icon = "mutt";
|
||||
categories = [ "Network" "Email" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue