add elementary terminal
This commit is contained in:
parent
0ac54b853c
commit
a6caaaa61e
2 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,7 @@ Terminals are searched in the following order:
|
|||
- Kitty
|
||||
- Alacritty
|
||||
- WezTerm
|
||||
- Elementary Terminal
|
||||
- Ptyxis
|
||||
- Foot
|
||||
- XTerm
|
||||
|
|
|
@ -284,6 +284,11 @@ pub fn get_supported_terminals() -> Vec<TerminalOption> {
|
|||
executable_name: String::from("wezterm"),
|
||||
separator_arg: String::from("-e"),
|
||||
},
|
||||
TerminalOption {
|
||||
name: String::from("Elementary Terminal"),
|
||||
executable_name: String::from("io.elementary.terminal"),
|
||||
separator_arg: String::from("--"),
|
||||
},
|
||||
TerminalOption {
|
||||
name: String::from("Ptyxis"),
|
||||
executable_name: String::from("ptyxis"),
|
||||
|
|
Loading…
Reference in a new issue