https://github.com/mat-sz/95wm
🖥️ Windows 95 inspired window manager for X11.
https://github.com/mat-sz/95wm
cpp window-management window-manager windows windows-95 x11 x11-wm
Last synced: about 1 year ago
JSON representation
🖥️ Windows 95 inspired window manager for X11.
- Host: GitHub
- URL: https://github.com/mat-sz/95wm
- Owner: mat-sz
- License: bsd-3-clause-clear
- Created: 2020-04-25T12:16:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T15:53:51.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T03:35:08.639Z (about 1 year ago)
- Topics: cpp, window-management, window-manager, windows, windows-95, x11, x11-wm
- Language: C++
- Size: 1.11 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 95wm
Windows 95 inspired X11 window manager. Currently non-functional.
## Dependencies
Boost, Xlib (X11), XCB, Cairo and pthreads are mandatory for the project to build.
## Building
```
./configure
make all
```
## Running (in development)
```
make dev
```
This will open a new Xephyr display (size 1000x1000) with xterm and 95wm running inside of it.
## Special thanks to:
This project uses code from:
1. [NewProggie/Cpp-Project-Template](https://github.com/NewProggie/Cpp-Project-Template/)
2. Chuan Ji's excellent [X11 Window Manager guide](https://jichu4n.com/posts/how-x-window-managers-work-and-how-to-write-one-part-i/)