The F(?) Virtual Window Manager with Windows 95 Look and Feel
To build it for a different location, compile with
make prefix=directory
or reconfigure with
./configure --prefix=directory
.
After installing, to configure your own personal fvwm95, copy the file /usr/lib/X11/fvwm95-2/.fvwm2rc95 to your home directory and modify.
I have modified this system-wide .fvwm2rc95 configuration file for use on the SCO OpenServer 5 platform with SCO Skunkware 5 and Skunkware 96 applications & games. It really is a toot. You should try it.
To set up your individual X session to use fvwm95, create a file $HOME/.startxrc with contents something like :
MACH=`uname -n` USER=`logname` /usr/bin/X11/scoterm -ls -n $MACH -title $USER@$MACH \ -fn 10x20 -cr magenta -sb -bd green -bg blue -fg cyan \ -geometry 80x25+20+20 2> /dev/null & if [ -x /usr/bin/fvwm ] then fvwm 2> /dev/null else pmwm 2> /dev/null fiTo configure your system so that all users default to fvwm95, edit the file /usr/lib/X11/sys.startxrc replacing pmwm with fvwm95-2.
Then, from a shell prompt, run the command startx or login via scologin.
See also :
The original
README and
INSTALL files or the HTML-ized
fvwm man page.