diff options
author | NeodarZ <neodarz@neodarz.ovh> | 2016-09-18 02:21:19 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.ovh> | 2016-09-18 02:21:19 +0200 |
commit | ba929746e51f4d5ac0247ebbe197b4c2c4bc0817 (patch) | |
tree | e44313b9f4daa57af84072abc9a4d9f4b8690d35 /terminator | |
parent | 051235f0be45b859dc1ca0c90c171123f5efb45d (diff) | |
download | dotfiles-ba929746e51f4d5ac0247ebbe197b4c2c4bc0817.tar.xz dotfiles-ba929746e51f4d5ac0247ebbe197b4c2c4bc0817.zip |
add terminator conf
Diffstat (limited to 'terminator')
-rw-r--r-- | terminator/config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/terminator/config b/terminator/config new file mode 100644 index 0000000..50dc798 --- /dev/null +++ b/terminator/config @@ -0,0 +1,20 @@ +[global_config] + borderless = True +[keybindings] +[layouts] + [[default]] + [[[child1]]] + parent = window0 + type = Terminal + [[[window0]]] + parent = "" + type = Window +[plugins] +[profiles] + [[default]] + background_color = "#3c3b37" + background_image = None + cursor_color = "#18b193" + foreground_color = "#18b193" + scrollbar_position = hidden + show_titlebar = False |