Merge pull request #119 from rolsoft/patch-1
Added foot terminal (Wayland)
This commit is contained in:
commit
8797fbd5b3
1 changed files with 5 additions and 0 deletions
|
@ -264,6 +264,11 @@ pub fn get_supported_terminals() -> Vec<TerminalOption> {
|
|||
executable_name: String::from("alacritty"),
|
||||
separator_arg: String::from("-e"),
|
||||
},
|
||||
TerminalOption {
|
||||
name: String::from("Foot"),
|
||||
executable_name: String::from("footclient"),
|
||||
separator_arg: String::from("-e"),
|
||||
},
|
||||
TerminalOption {
|
||||
name: String::from("WezTerm"),
|
||||
executable_name: String::from("wezterm"),
|
||||
|
|
Loading…
Reference in a new issue