Scripts quick access edit this |
- Author: Unknown
- Download: workspace-background.jl
Synopsis[]
Change the background on entering a different workspace.
Description[]
Change the background on entering a different workspace.
Installation[]
- Put this file in your load-path.
- Add the following to ~/.sawfishrc:
(require 'workspace-background) (add-hook 'after-initialization-hook wb-switch) (add-hook 'enter-workspace-hook wb-switch)