Skip to content

Commit 71e116d

Browse files
committed
add terminator support
1 parent 88cfc6c commit 71e116d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/supported_terminals.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ pub static SUPPORTED_TERMINALS: LazyLock<Vec<SupportedTerminal>> = LazyLock::new
2323
("Xterm", "xterm", "-e"),
2424
("COSMIC Terminal", "cosmic-term", "-e"),
2525
("Ghostty", "ghostty", "-e"),
26+
("Terminator", "terminator", "-x"),
2627
]
2728
.iter()
2829
.map(|(name, program, separator_arg)| SupportedTerminal {

0 commit comments

Comments
 (0)