An X11 window manager.
Before compiling, Check the DEFAULT_FONT constant in main.rs, Make sure that it is defined to something exists on your system.
Execute below line to install owm on your system:
$ sudo -E make install
If you start X from console by typing startx, perform following instructions:
- open ~/.xinitrc
- change the last line to "exec owm"
- Use Alt_L, Alt_R or Meta_L + q to close the window
The below requirements are needed for testing:
- Xephyr
- xinit
- xclock, xeyes and xterm
Execute the below line to test:
- ./test.sh
Please see CONTRIBUTING.md.
Please see LICENSE.
A special thanks to Ali Pakrohk for his advises.