sawdock

Início > Utilitários & inutilitários > sawdock

sawdock.jl provides some procedures to manipulate windows (dockapps) in a way to emulate a Windowmaker-like dock under the Sawfish window manager.

How to use it

Add the following code to your .sawfishrc file:

 (require 'sawdock)

Specify the dockapps windows names and dockapps' position in the dock by setting the sawdock-dockapps variable. For example:

 (setq sawdock-dockapps
   '((0 "bubblemon")
     (1 "wmcube")
     (2 "wmCalClock")
     (3 "wmmixer")
     (4 "wmpinboard")))

Specify the position of the dock on the screen by setting the variable sawdock-position. For example:

 (setq sawdock-position '(horizontal bottom left))

Execute the procedure to dock your dockapps in the right position:

 (sawdock-dock)

You can put this steps in your .sawfishrc file. You can also set or change your configuration using sawfish-client in runtime.

You can use the sawdock-toggle-hide-dock procedure to hide/unhide the dock.

Appearance configuration

Dock color

You can set the sawdock-background-color variable to configure the dock background color. The default color is green.

Dock border

The sawdock-border-width variable controls the dock border width. Default = 4.

Interactive procedures

Screenshots

Bigger

Bigger

Download

sawdock.jl (version 0.4)