diff options
| author | Syndamia <kamen@syndamia.com> | 2022-07-18 07:35:31 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-07-18 07:35:31 +0300 |
| commit | 5a84014ee4d3d8469b786ffc930052cf58e2dac4 (patch) | |
| tree | 4a039d464685ae73679e76a2985c8bda8c8bc8b0 | |
| parent | b9427ce0c96464df8ff856be24d68c1f3a957c83 (diff) | |
| download | dotfiles-5a84014ee4d3d8469b786ffc930052cf58e2dac4.tar dotfiles-5a84014ee4d3d8469b786ffc930052cf58e2dac4.tar.gz dotfiles-5a84014ee4d3d8469b786ffc930052cf58e2dac4.zip | |
Format change for terminator config
| -rw-r--r-- | .config/terminator/config | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 56a7ea4..8a3b404 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -3,32 +3,31 @@ suppress_multiple_term_dialog = True [keybindings] help = "" -[profiles] - [[default]] - background_color = "#282828" - background_darkness = 0.97 - background_type = transparent - cursor_color = "#ebdbb2" - font = MesloLGS NF 11 - foreground_color = "#ebdbb2" - show_titlebar = False - scrollbar_position = hidden - scrollback_infinite = True - palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" - use_system_font = False [layouts] [[default]] - [[[window0]]] - type = Window - parent = "" [[[child1]]] - type = Terminal parent = window0 profile = default + type = Terminal + [[[window0]]] + parent = "" + type = Window [plugins] [[CustomCommandsMenu]] [[[Open in Nemo]]] + command = (nemo ./ > /dev/null 2>&1 &) enabled = True name = Open in Nemo - command = (nemo ./ > /dev/null 2>&1 &) position = 0 +[profiles] + [[default]] + background_color = "#282828" + background_darkness = 0.97 + cursor_color = "#ebdbb2" + font = MesloLGS NF 11 + foreground_color = "#ebdbb2" + palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" + scrollback_infinite = True + scrollbar_position = hidden + show_titlebar = False + use_system_font = False |
