https://github.com/ryot4/wm0
Simple X11 window manager
https://github.com/ryot4/wm0
c window-manager x11-wm
Last synced: 5 months ago
JSON representation
Simple X11 window manager
- Host: GitHub
- URL: https://github.com/ryot4/wm0
- Owner: ryot4
- License: bsd-2-clause
- Created: 2015-03-19T05:40:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T16:36:10.000Z (over 11 years ago)
- Last Synced: 2023-02-28T20:55:27.116Z (over 3 years ago)
- Topics: c, window-manager, x11-wm
- Language: C
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
wm0 - a simple X11 window manager
FEATURES
--------
You can:
- focus a window (click)
- move a window (Alt + left drag)
- resize a window (Alt + right drag)
- close a window by killing its owner (Alt + middle click, not recommended)
Assignment of the mouse buttons can be changed via config.h.
DISCLAIMER
----------
wm0 is not intended for daily use.
It lacks many features which real world window managers have, for example:
- maximization and minimization
- multi monitor (Xinerama, RandR) support
- desktop integration (ICCCM, EWMH) support