sawfish
Scripts quick access edit this

Synopsis

Makes window titles unique by adding a number to them.

Description

This code names your windows in the same way Emacs names it's buffers. That is if you try to open two windows with the name "xterm" the second one will be named "xterm<1>"

Should be compatible wit Emacs's generate-new-buffer-name

Installation

  1. Put the file in you ~/.sawfish/lisp or anywhere else on you load-path
  2. Add a (require 'number-windows) to you ~/.sawfishrc