Merge lp://staging/~stephen-j-boddy/terminator/feature-change-window-title into lp://staging/terminator/trunk
Proposed by
Stephen Boddy
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Merged at revision: | 1312 | ||||||||
Proposed branch: | lp://staging/~stephen-j-boddy/terminator/feature-change-window-title | ||||||||
Merge into: | lp://staging/terminator/trunk | ||||||||
Diff against target: |
69 lines (+35/-2) 3 files modified
terminatorlib/config.py (+2/-1) terminatorlib/prefseditor.py (+2/-1) terminatorlib/terminal.py (+31/-0) |
||||||||
To merge this branch: | bzr merge lp://staging/~stephen-j-boddy/terminator/feature-change-window-title | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chris Jones (community) | Approve | ||
Review via email: mp+112187@code.staging.launchpad.net |
Description of the change
I can have many instances of terminator open at once. My task bar starts to become very confusing. I frequently get to a point where I just have a bunch of windows with my username at the bottom of the screen, and lose track of which is which.
This patch defines an optional shortcut that asks for a new title, and then sets it as per the -T FORCEDTITLE command line option. Entering a blank string reverts to normal behaviour.
To post a comment you must log in.
Looks good, thanks!