sawfish-1.3

Introduction to sawfish

The sawfish package contains a window manager. This is useful for organizing and displaying windows where all window decorations are configurable and all user-interface policy is controlled through the extension language.

Package information

sawfish dependencies

Installation of sawfish

Install sawfish by running the following commands:

./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info \
  --disable-themer &&
make

Now, as the root user:

make install

Command explanations

--with-audiofile: This command directs sawfish to use libaudiofile for sound manipulation.

--with-esd: This command directs sawfish to use the Enlightened Sound Daemon.

--disable-themer: This option prevents building the sawfish themer. This program was not migrated to GTK-2.

Configuring sawfish

Configuration Information

Be sure to backup your current .xinitrc before proceeding.

cat >> ~/.xinitrc << "EOF"
exec sawfish
EOF

Contents

Installed Programs: sawfish, sawfish-client and sawfish-ui
Installed Libraries: None
Installed Directory: /usr/share/sawfish, /usr/sbin/sawfish and /usr/lib/rep/*/

Short Descriptions

sawfish

is the extensible window manager using a Lisp-based scripting language.

sawfish-client

allows you to connect to a window manager process and evaluate arbitrary Lisp forms.

sawfish-ui

is the sawfish configurator.

Last updated on 2005-02-17 18:40:10 -0700