Terminator config: set borderless option to False.

As a default, we shouldn't enforce borderless windows by default.
This commit is contained in:
Akshay 2014-12-15 17:10:52 -08:00
parent abef835d8a
commit 4dd5d5316b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
title_transmit_fg_color = "#b7bbb7"
title_inactive_fg_color = "#b7bbb7"
borderless = True
borderless = False
title_receive_bg_color = "#5d7f90"
title_transmit_bg_color = "#111314"
title_receive_fg_color = "#b7bbb7"