revert terminator.py back
This commit is contained in:
parent
130b0a0af1
commit
0151c68abe
@ -49,7 +49,6 @@ class Terminator(Borg):
|
|||||||
keybindings = None
|
keybindings = None
|
||||||
style_providers = None
|
style_providers = None
|
||||||
last_focused_term = None
|
last_focused_term = None
|
||||||
layout_file = None
|
|
||||||
|
|
||||||
origcwd = None
|
origcwd = None
|
||||||
dbus_path = None
|
dbus_path = None
|
||||||
@ -227,7 +226,6 @@ class Terminator(Borg):
|
|||||||
self.prelayout_windows = self.windows[:]
|
self.prelayout_windows = self.windows[:]
|
||||||
|
|
||||||
layout = copy.deepcopy(self.config.layout_get_config(layoutname))
|
layout = copy.deepcopy(self.config.layout_get_config(layoutname))
|
||||||
|
|
||||||
if not layout:
|
if not layout:
|
||||||
# User specified a non-existent layout. default to one Terminal
|
# User specified a non-existent layout. default to one Terminal
|
||||||
err('layout %s not defined' % layout)
|
err('layout %s not defined' % layout)
|
||||||
@ -423,7 +421,6 @@ class Terminator(Borg):
|
|||||||
background-color: alpha(%s, %s); }
|
background-color: alpha(%s, %s); }
|
||||||
"""
|
"""
|
||||||
profiles = self.config.base.profiles
|
profiles = self.config.base.profiles
|
||||||
|
|
||||||
for profile in list(profiles.keys()):
|
for profile in list(profiles.keys()):
|
||||||
if profiles[profile]['use_theme_colors']:
|
if profiles[profile]['use_theme_colors']:
|
||||||
# Create a dummy window/vte and realise it so it has correct
|
# Create a dummy window/vte and realise it so it has correct
|
||||||
@ -634,4 +631,4 @@ class Terminator(Borg):
|
|||||||
|
|
||||||
return(layout)
|
return(layout)
|
||||||
|
|
||||||
# vim: set expandtab ts=4 sw=4:
|
# vim: set expandtab ts=4 sw=4:
|
Loading…
Reference in New Issue
Block a user