Scripts quick access edit this |
- Author: Ian Campbell <ijc25@cam.ac.uk>
- Download: rewrite-window-titles.jl
Synopsis[]
Uses regular expression to rewrite the title of some windows.
Description[]
Uses regular expression to rewrite the title of some windows, useful to move 'Netscape:' to the end of the title for better task bar visibility.
Configuration[]
To customize this configure the re-write rules. First item is the regex to match, second is the replacement
Example
(defvar ijc-rewrite-window-title-rules `( ("Netscape: (.*)" . "\\1 (Netscape)") ))