以下は私のTerminator
プロフィールです。私はいつも光プロファイルですべてのエンクロージャとウィンドウを開くことを望んでいます。
私の記憶が正しい場合は、以下の設定を使用すると、基本的にライトプロファイルで開きますが、そうではありません!
デフォルトで「ライト」プロファイルを使用するにはどうすればよいですか?
[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]
答え1
terminator -p light
または、次のターミネーターを実行する必要があります。
terminator --profile=light
より簡単な方法は、次のようにBash / Zshエイリアスを作成することです。
alias terminator="terminator --profile=light"
答え2
~から文書
新しい端末の設定ファイルを再利用する(デフォルト:オフ)
When creating a new terminal with splitting or new tabs, if this is enabled, then the profile from the previously focussed terminal will also be used for the new one.
答え3
レイアウトにはプロファイルの選択が含まれているため、終了者を実行できます。
terminator -l child1
これを望まない場合は、「デフォルト」レイアウトでデフォルトプロファイルを設定する必要があります。
[layouts]
[[default]]
type = Terminal
parent = window0
profile = light