Sawfish
Register
Advertisement
Scripts quick access edit this

Synopsis[]

Change the background on entering a different workspace.

Description[]

Change the background on entering a different workspace.

Installation[]

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