Scripts quick access edit this |
- Author: Jonathan Koren
- Download: background-changer.jl
Synopsis[]
Another background changing application.
Description[]
Functions to change the backgrounds.
Installation[]
- Put this file in your load-path.
- 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)