Macintosh-like Virtual Window Manager (official repo)
Go to file
2024-09-03 17:03:11 -04:00
bitmap Imported mlvwm 0.8.9 release 2015-04-04 19:54:38 -04:00
img META: Fix broken screenshot thumbnails in README.md 2021-05-30 10:38:48 -04:00
man Corrected the 'flush' misspelling to the correct 'flash' in code & documentation, but preserving the old 'FlushMenu' built-in command and specifying that is depricated in the manual page. Issue #46 2024-08-25 13:42:39 -04:00
mlvwm Renamed misspelled ChoiseMenu() to ChooseMenu() in functions.c & menus.c. Issue #48 2024-09-03 17:03:11 -04:00
pixmap Updated TaC's email address in copyright headers, at his request 2020-12-19 12:35:02 -05:00
sample_rc Further correction of the 'flush' misspelling to the correct 'flash' in sample config & documentation. Issue #46 2024-08-25 13:47:08 -04:00
.gitignore META: ignore vim temporary files 2021-03-25 08:21:03 -04:00
CHANGELOG Updated CHANGELOG re:'flush' to 'flash' change. Issue #46 2024-08-25 13:53:53 -04:00
CHANGELOG.jp Imported mlvwm 0.9.1 release 2015-04-04 20:01:23 -04:00
CONFIGURATION Further correction of the 'flush' misspelling to the correct 'flash' in sample config & documentation. Issue #46 2024-08-25 13:47:08 -04:00
CONFIGURATION.jp Further correction of the 'flush' misspelling to the correct 'flash' in sample config & documentation. Issue #46 2024-08-25 13:47:08 -04:00
configure.h Added fallback XLFD font name, Removed dead code 2022-03-19 17:27:44 +01:00
CONTRIBUTING.md Added initial CONTRIBUTING.md and linked to from README.md. Issue #14 2021-03-25 09:05:41 -04:00
FAQ.jp Imported mlvwm 0.8.9 release 2015-04-04 19:54:38 -04:00
Imakefile Imported mlvwm 0.9.0 release 2015-04-04 19:58:04 -04:00
README Imported mlvwm 0.9.0 release 2015-04-04 19:58:04 -04:00
README.jp Imported mlvwm 0.9.0 release 2015-04-04 19:58:04 -04:00
README.md Updated README to list NetBSD, Arch Linux, and NixOS as having packaged versions, plus linked to repology.org and embedded badge. Issue #32 2024-08-25 14:16:02 -04:00

MLVWM

MLVWM System 7 Theme

OVERVIEW

MLVWM (Macintosh-Like Virtual Window Manager) is an X11 window manager with a classic MacOS appearance. Its primary features include:

  • Emulation of MacOS 7 & 8 menu bar & window decorations
  • Optional multiple virtual desktops
  • A main menu bar across the top of the screen, with:
    • Configurable global and per-application menus
    • Menu items trigger application functionality via keyboard shorcuts or commands
    • An icon menu which shows all windows and supports:
      • Switching desktops
      • Selecting, hiding, and showing windows
    • A balloon help menu
    • The ability to "swallow" small windows into the menu bar
  • Windows which support:
    • Title bars with optional close, zoom, and shade buttons
    • Resize handle
    • Optional double-click to toggle window shade
    • Drag as solid window or just outline
  • Balloon help which shows X window information
  • Global keyboard shortcuts
  • Numerous configuration options to tune functionality

SCREENSHOTS

Default theme (System 7-like):

Default System 7 Theme

System8 theme (MacOS 8/9-like):

MacOS 8/9 Theme

INSTALLATION

Building from Source

Build & installation currently still requires imake & make. While the original documentation says that xmkmf -a should work, we've found it's usually necessary to do the following:

cd man && xmkmf && cd -
cd sample_rc && xmkmf && cd -
cd mlvwm && xmkmf && cd -
xmkmf
make && make install

Package Managers

Native packages are provided on some operating systems, including:

For an up-to-date list of packaged versions, see mlvwm on Repology.

Packaging status

CONFIGURATION

While some sample configuration files are included in the sample_rc directory, we highly suggest using the configuration files from the mlvwmrc project.

DOCUMENTATION

We suggest reading the manual page (man mlvwm; English), but you may also find the original documentation helpful:

Note: the English documentation above was automatically generated from the Japanese documentation.

CONTRIBUTING

Contributions are welcome and appreciated. Please read and follow the CONTRIBUTING guidelines.

HISTORY

MLVWM was originally developed in 1997 by Takashi HASEGAWA, based on FVWM, while studying at Nagoya University. Active development proceeded through 2000. In 2020, Morgan Aldridge obtained permission to continue maintenance & development.

LICENSE

This software is distributed as freeware as long as the original copyright remains in the source code and all documentation. Some files retain their original MIT license and one file is in the public domain.

Macintosh and MacOS are registered trademarks of Apple, Inc. (née Apple Computer, Inc.)