mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 13:39:29 +01:00
Add -e for Terminal=true entries
This commit is contained in:
parent
0cac0a41c8
commit
11db7ab94e
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ impl DesktopEntry {
|
|||
split = shlex::split(&crate::config::Config::terminal()?)
|
||||
.unwrap()
|
||||
.into_iter()
|
||||
.chain(vec!["-e".to_owned()])
|
||||
.chain(split.into_iter())
|
||||
.collect();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue