Sawfish
Advertisement
Scripts quick access edit this
  • Author: Peter Makholm <peter@makholm.net>
  • Version: 1.1
  • License: THE BEER-WARE LICENSE (Revision 42)
  • Download: number-windows.jl

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
Advertisement