fvwm.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 29 Jun 2013 15:46:36 +0300
changeset 1498 094d7e74252a
parent 1453 26085615bf98
child 1543 a776603b338b
permissions -rw-r--r--
Recording web camera to file.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

=======
 FVWM.
=======
.. contents::

Obtain FVWM capabilities.
=========================
::

  $ fvwm-config --supports
  $ if fvwm-config --supports-xft; then echo yes; else echo no; fi

  $ fvwm-config --info
  $ fvwm-config --prefix
  $ fvwm-config --bindir
  $ fvwm-config --fvwm-moduledir

Dump Fvwm configuration in runtime.
===================================

Run in Fvwm console::

  PrintInfo style 2
  PrintInfo bindings

and check results in ``~/.xsession-errors``.

Perl module for FVWM.
=====================
::

  #!/usr/bin/perl -w
  use lib `fvwm-perllib dir`;
  use FVWM::Module;

or::

  use lib `fvwm-config -p | tr -d '0`;
  use FVWM::Module;

FVWM Themes.
============

See

  http://fvwm-themes.sourceforge.net/