diff options
author | neodarz <neodarz@neodarz.net> | 2018-05-07 18:50:47 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-05-07 18:50:47 +0200 |
commit | 78e42c43f710591d3d8158e41a484818df1bd59a (patch) | |
tree | 3d4522bf2c0b8418bf8eabe13aed3fa4dad02305 /terminator | |
parent | e02d04bc9ae4ada022e220b10ac52c4ab68072f2 (diff) | |
download | dotfiles_ascii-78e42c43f710591d3d8158e41a484818df1bd59a.tar.xz dotfiles_ascii-78e42c43f710591d3d8158e41a484818df1bd59a.zip |
Add conf for GNOME terminator
Diffstat (limited to 'terminator')
-rw-r--r-- | terminator/.config/terminator/config | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/terminator/.config/terminator/config b/terminator/.config/terminator/config new file mode 100644 index 0000000..c0f9cc1 --- /dev/null +++ b/terminator/.config/terminator/config @@ -0,0 +1,19 @@ +[global_config] +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + cursor_color = "#aaaaaa" + font = Monoid Semi-Condensed 7 + icon_bell = False + scrollbar_position = hidden + show_titlebar = False + use_system_font = False |