Launch a new terminator window with a keyboard shortcut without starting a new process
I have been a long-time xfce4-terminal
user. However, I have recently enjoyed a few of the benefits of using terminator
as my main terminal emulator. I have a keyboard shortcut to launch new terminal windows, ctrlaltt for launching the command terminator -m
. However, every time I hit the keyboard shortcut a new terminator
process starts. With xfce4-terminal
I can hit this same keyboard shortcut (ctrlaltt for xfce4-terminal --maximize
) multiple times to open multiple terminal windows, and it only uses one process. Is there a way to achieve this same functionality in Terminator. (I know I can click on an open terminal and hit ctrlshifti to launch a new window under the same pid, but I would like to achieve this functionality via a keyboard shortcut that I can launch no matter what program is in the foreground. If it is of any benefit, I am running Xfce on Debian 9. Thank you
terminal gnome-terminator
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have been a long-time xfce4-terminal
user. However, I have recently enjoyed a few of the benefits of using terminator
as my main terminal emulator. I have a keyboard shortcut to launch new terminal windows, ctrlaltt for launching the command terminator -m
. However, every time I hit the keyboard shortcut a new terminator
process starts. With xfce4-terminal
I can hit this same keyboard shortcut (ctrlaltt for xfce4-terminal --maximize
) multiple times to open multiple terminal windows, and it only uses one process. Is there a way to achieve this same functionality in Terminator. (I know I can click on an open terminal and hit ctrlshifti to launch a new window under the same pid, but I would like to achieve this functionality via a keyboard shortcut that I can launch no matter what program is in the foreground. If it is of any benefit, I am running Xfce on Debian 9. Thank you
terminal gnome-terminator
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have been a long-time xfce4-terminal
user. However, I have recently enjoyed a few of the benefits of using terminator
as my main terminal emulator. I have a keyboard shortcut to launch new terminal windows, ctrlaltt for launching the command terminator -m
. However, every time I hit the keyboard shortcut a new terminator
process starts. With xfce4-terminal
I can hit this same keyboard shortcut (ctrlaltt for xfce4-terminal --maximize
) multiple times to open multiple terminal windows, and it only uses one process. Is there a way to achieve this same functionality in Terminator. (I know I can click on an open terminal and hit ctrlshifti to launch a new window under the same pid, but I would like to achieve this functionality via a keyboard shortcut that I can launch no matter what program is in the foreground. If it is of any benefit, I am running Xfce on Debian 9. Thank you
terminal gnome-terminator
I have been a long-time xfce4-terminal
user. However, I have recently enjoyed a few of the benefits of using terminator
as my main terminal emulator. I have a keyboard shortcut to launch new terminal windows, ctrlaltt for launching the command terminator -m
. However, every time I hit the keyboard shortcut a new terminator
process starts. With xfce4-terminal
I can hit this same keyboard shortcut (ctrlaltt for xfce4-terminal --maximize
) multiple times to open multiple terminal windows, and it only uses one process. Is there a way to achieve this same functionality in Terminator. (I know I can click on an open terminal and hit ctrlshifti to launch a new window under the same pid, but I would like to achieve this functionality via a keyboard shortcut that I can launch no matter what program is in the foreground. If it is of any benefit, I am running Xfce on Debian 9. Thank you
terminal gnome-terminator
terminal gnome-terminator
asked Feb 26 '18 at 17:44
jbrockjbrock
347415
347415
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Simply add --new-tab
switch to the configured keyboard shortcut :
terminator --new-tab
I had tried this one. I have theDBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.
– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to useterminator
. Can't you upgrade your OS ? Maybe the bug is fixed.
– Gilles Quenot
Feb 26 '18 at 18:21
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f426754%2flaunch-a-new-terminator-window-with-a-keyboard-shortcut-without-starting-a-new-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Simply add --new-tab
switch to the configured keyboard shortcut :
terminator --new-tab
I had tried this one. I have theDBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.
– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to useterminator
. Can't you upgrade your OS ? Maybe the bug is fixed.
– Gilles Quenot
Feb 26 '18 at 18:21
add a comment |
Simply add --new-tab
switch to the configured keyboard shortcut :
terminator --new-tab
I had tried this one. I have theDBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.
– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to useterminator
. Can't you upgrade your OS ? Maybe the bug is fixed.
– Gilles Quenot
Feb 26 '18 at 18:21
add a comment |
Simply add --new-tab
switch to the configured keyboard shortcut :
terminator --new-tab
Simply add --new-tab
switch to the configured keyboard shortcut :
terminator --new-tab
answered Feb 26 '18 at 17:56
Gilles QuenotGilles Quenot
16k13951
16k13951
I had tried this one. I have theDBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.
– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to useterminator
. Can't you upgrade your OS ? Maybe the bug is fixed.
– Gilles Quenot
Feb 26 '18 at 18:21
add a comment |
I had tried this one. I have theDBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.
– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to useterminator
. Can't you upgrade your OS ? Maybe the bug is fixed.
– Gilles Quenot
Feb 26 '18 at 18:21
I had tried this one. I have the
DBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.– jbrock
Feb 26 '18 at 18:05
I had tried this one. I have the
DBus server
option unchecked in Preferences because of a bug in Xfce. So, this flag does actually open a new window, but each new window has its own process as before. Thanks though.– jbrock
Feb 26 '18 at 18:05
I think this is the only one solution if you want to use
terminator
. Can't you upgrade your OS ? Maybe the bug is fixed.– Gilles Quenot
Feb 26 '18 at 18:21
I think this is the only one solution if you want to use
terminator
. Can't you upgrade your OS ? Maybe the bug is fixed.– Gilles Quenot
Feb 26 '18 at 18:21
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f426754%2flaunch-a-new-terminator-window-with-a-keyboard-shortcut-without-starting-a-new-p%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown