mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +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()?)
|
split = shlex::split(&crate::config::Config::terminal()?)
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
.chain(vec!["-e".to_owned()])
|
||||||
.chain(split.into_iter())
|
.chain(split.into_iter())
|
||||||
.collect();
|
.collect();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue