https://github.com/raulil/metacity-win3x-theme
Windows 3.x lookalike theme for Metacity/Marco window managers
https://github.com/raulil/metacity-win3x-theme
marco metacity theme windows-3-x
Last synced: 3 months ago
JSON representation
Windows 3.x lookalike theme for Metacity/Marco window managers
- Host: GitHub
- URL: https://github.com/raulil/metacity-win3x-theme
- Owner: RauliL
- Created: 2019-04-10T16:02:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T17:14:44.000Z (about 7 years ago)
- Last Synced: 2025-10-30T23:38:48.012Z (8 months ago)
- Topics: marco, metacity, theme, windows-3-x
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows 3.x theme for Metacity/Marco
This is an Windows 3.x lookalike theme for Metacity and Marco window managers.
## Screenshot

## Installation
Notice that this not a full GNOME / MATE theme, only theme for the window
manager.
```bash
$ mkdir -p $HOME/.themes/Win3x
$ cd $HOME/.themes/Win3x
$ git clone https://github.com/RauliL/metacity-win3x-theme.git metacity-1
```
After this Win3x can be selected as window decorators through your desktop
environments UI customization settings.
## Close button
Even though original Windows 3.x didn't have one, this theme includes an
close button since window managers expect a theme to have one. In case you
want to disable it, you can use these commands:
### Metacity
```bash
$ dconf write /org/gnome/desktop/wm/preferences/button-layout "'menu:minimize,maximize'"
```
### Marco
```bash
$ dconf write /org/mate/marco/general/button-layout "'menu:minimize,maximize'"
```