diff --git a/index.js b/index.js index 5bd0a69..e1ca2f7 100644 --- a/index.js +++ b/index.js @@ -111,7 +111,8 @@ if (process.platform === "linux") { "xfce4-terminal", "pantheon-terminal", "URxvt", - "MATE Terminal" + "MATE Terminal", + "Terminator" ], title: "Linux terminal", type: "string" @@ -375,6 +376,14 @@ function compile(command, info, args, gdb) { "--command" ]; + break; + case "Terminator": + terminalCommand = "terminator"; + args = [ + "--command" + ]; + // Required change in terminator settings + // Preferences => Profiles => Command => When command exits: Hold Terminal Open break; default: terminalCommand = "xterm"; diff --git a/poker.o b/poker.o new file mode 100644 index 0000000..ee29386 Binary files /dev/null and b/poker.o differ