This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

FVWM

From Gentoo Wiki (test)
Jump to:navigation Jump to:search

FVWM (F Virtual Window Manager) is a stacking window manager for X11. It is designed to minimize memory consumption, provide a 3D look to window frames, and to provide a virtual desktop. It is also possible to extend FVWM using C, M4 and Perl preprocessing or scripts, in the case of Perl.

Installation

USE flags

Cannot load package information. Is the atom x11-wm/fvwm correct?

Note
  • To be able to run Perl scripts in FVWM, enable the perl and gtk2-perl USE flags.
  • The vanilla USE flag is recommended to write to the fvwm-workers mailing list, see bug #411811, comment 14

Emerge

After flags have been set issue an emerge command to install FVWM:

root #emerge --ask x11-wm/fvwm

Configuration

FVWM's main configuration file is ~/.fvwm/config.

Starting

To start FVWM use a display manager or the startx command.

When using startx with ConsoleKit support, setup ConsoleKit and create the following file:

FILE ~/.xinitrc
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session fvwm

See also

External resources