Skip to content

Commit

Permalink
Further fix to last_active_window
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrose committed Mar 1, 2023
1 parent 066acd7 commit ed763df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terminatorlib/terminator.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def layout_done(self):
# last_active_window is focussed.
if self.last_active_window:
window = self.find_window_by_uuid(self.last_active_window.urn)
window.present_with_time(0)
window.set_focus()
self.prelayout_windows = None

Expand Down

0 comments on commit ed763df

Please sign in to comment.