#!/bin/sh
#
# getWMConfigPath - Get the Window Manager Config path
#
# For fvwm2 config ...

# This is for Red Hat Linux, don't know about other systems, also may
# be install time option so may need to be overriden and may require
# probing.

echo "/etc/X11/wmconfig"
