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

Required

rep-gtk-0.18 and EsounD-0.2.37

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/sawfish

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

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

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

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

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 2007-04-04 14:42:53 -0500