Sawfish
Advertisement
Scripts quick access edit this

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)") ))
Advertisement