Merge pull request #119 from rolsoft/patch-1

Added foot terminal (Wayland)
This commit is contained in:
Dv Lv 2024-09-06 06:35:14 +01:00 committed by GitHub
commit 8797fbd5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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