add elementary terminal

This commit is contained in:
Dvlv 2024-10-26 16:09:47 +01:00
parent 0ac54b853c
commit a6caaaa61e
No known key found for this signature in database
GPG key ID: 1F4BD7220B7FDCFA
2 changed files with 6 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Terminals are searched in the following order:
- Kitty
- Alacritty
- WezTerm
- Elementary Terminal
- Ptyxis
- Foot
- XTerm

View file

@ -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"),