Sawfish
Advertisement
Scripts quick access edit this

Synopsis[]

Another background changing application.

Description[]

Functions to change the backgrounds.

Installation[]

  1. Put this file in your load-path.
  2. Add the following to ~/.sawfishrc:
(require 'backgrounds)
(add-hook 'after-initialization-hook workspace-background-hook)
(add-hook 'enter-workspace-hook workspace-background-hook)
(add-hook 'workspace-state-change-hook workspace-background-customize-hook)
Advertisement