Terminator won't open with default profile
Below is my Terminator
profile. I wanted it to, always, open any shell and window with the light profile.
If I'm not wrong, using the configurations below should make it open with the light profile by default, but it does not!
How do I make it use the "light" profile by default?
[global_config]
[keybindings]
new_tab = <Ctrl>n
next_tab = <Ctrl>Right
split_vert = <Ctrl>v
split_horiz = <Ctrl>h
prev_tab = <Ctrl>Left
[profiles]
[[light]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#002b36"
foreground_color = "#002b36"
show_titlebar = False
background_color = "#eee8d5"
[[dark]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
show_titlebar = False
background_color = "#002b36"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = light
[[[window0]]]
profile = light
type = Window
parent = ""
[plugins]
gnome-terminator
add a comment |
Below is my Terminator
profile. I wanted it to, always, open any shell and window with the light profile.
If I'm not wrong, using the configurations below should make it open with the light profile by default, but it does not!
How do I make it use the "light" profile by default?
[global_config]
[keybindings]
new_tab = <Ctrl>n
next_tab = <Ctrl>Right
split_vert = <Ctrl>v
split_horiz = <Ctrl>h
prev_tab = <Ctrl>Left
[profiles]
[[light]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#002b36"
foreground_color = "#002b36"
show_titlebar = False
background_color = "#eee8d5"
[[dark]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
show_titlebar = False
background_color = "#002b36"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = light
[[[window0]]]
profile = light
type = Window
parent = ""
[plugins]
gnome-terminator
What's the question?
– a CVn
Feb 8 '13 at 10:31
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38
add a comment |
Below is my Terminator
profile. I wanted it to, always, open any shell and window with the light profile.
If I'm not wrong, using the configurations below should make it open with the light profile by default, but it does not!
How do I make it use the "light" profile by default?
[global_config]
[keybindings]
new_tab = <Ctrl>n
next_tab = <Ctrl>Right
split_vert = <Ctrl>v
split_horiz = <Ctrl>h
prev_tab = <Ctrl>Left
[profiles]
[[light]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#002b36"
foreground_color = "#002b36"
show_titlebar = False
background_color = "#eee8d5"
[[dark]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
show_titlebar = False
background_color = "#002b36"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = light
[[[window0]]]
profile = light
type = Window
parent = ""
[plugins]
gnome-terminator
Below is my Terminator
profile. I wanted it to, always, open any shell and window with the light profile.
If I'm not wrong, using the configurations below should make it open with the light profile by default, but it does not!
How do I make it use the "light" profile by default?
[global_config]
[keybindings]
new_tab = <Ctrl>n
next_tab = <Ctrl>Right
split_vert = <Ctrl>v
split_horiz = <Ctrl>h
prev_tab = <Ctrl>Left
[profiles]
[[light]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#002b36"
foreground_color = "#002b36"
show_titlebar = False
background_color = "#eee8d5"
[[dark]]
palette = "#073642:#d30102:#859900:#b58900:#6c71c4:#d33682:#2aa198:#839496:#586e75:#cb4b16:#859900:#b58900:#268bd2:#dc322f:#2aa198:#93a1a1"
use_system_font = False
cursor_color = "#eee8d5"
foreground_color = "#eee8d5"
show_titlebar = False
background_color = "#002b36"
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
profile = light
[[[window0]]]
profile = light
type = Window
parent = ""
[plugins]
gnome-terminator
gnome-terminator
edited Sep 15 at 7:47
user88036
asked Feb 8 '13 at 10:23
Noor
3091617
3091617
What's the question?
– a CVn
Feb 8 '13 at 10:31
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38
add a comment |
What's the question?
– a CVn
Feb 8 '13 at 10:31
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38
What's the question?
– a CVn
Feb 8 '13 at 10:31
What's the question?
– a CVn
Feb 8 '13 at 10:31
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38
add a comment |
2 Answers
2
active
oldest
votes
You need to run the terminator liketerminator -p light
orterminator --profile=light
An easier way to do this would be to make a Bash/Zsh alias like this:alias terminator="terminator --profile=light"
add a comment |
as the layouts includes profiles selection, you can run terminator with
terminator -l child1
If you don't want to do this, you have to set you default profile inside the "default" layout
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light
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%2f64154%2fterminator-wont-open-with-default-profile%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to run the terminator liketerminator -p light
orterminator --profile=light
An easier way to do this would be to make a Bash/Zsh alias like this:alias terminator="terminator --profile=light"
add a comment |
You need to run the terminator liketerminator -p light
orterminator --profile=light
An easier way to do this would be to make a Bash/Zsh alias like this:alias terminator="terminator --profile=light"
add a comment |
You need to run the terminator liketerminator -p light
orterminator --profile=light
An easier way to do this would be to make a Bash/Zsh alias like this:alias terminator="terminator --profile=light"
You need to run the terminator liketerminator -p light
orterminator --profile=light
An easier way to do this would be to make a Bash/Zsh alias like this:alias terminator="terminator --profile=light"
answered Aug 12 '14 at 13:05
ArchKudo
165
165
add a comment |
add a comment |
as the layouts includes profiles selection, you can run terminator with
terminator -l child1
If you don't want to do this, you have to set you default profile inside the "default" layout
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light
add a comment |
as the layouts includes profiles selection, you can run terminator with
terminator -l child1
If you don't want to do this, you have to set you default profile inside the "default" layout
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light
add a comment |
as the layouts includes profiles selection, you can run terminator with
terminator -l child1
If you don't want to do this, you have to set you default profile inside the "default" layout
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light
as the layouts includes profiles selection, you can run terminator with
terminator -l child1
If you don't want to do this, you have to set you default profile inside the "default" layout
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light
answered May 7 at 8:03
thierrybo
62
62
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f64154%2fterminator-wont-open-with-default-profile%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
What's the question?
– a CVn
Feb 8 '13 at 10:31
the terminator is not opening with the "light" profile. How can i do this??
– Noor
Feb 8 '13 at 10:38